Selling Partner API SDK for JavaScript
    Preparing search index...

    The createFulfillmentReturn operation creates a fulfillment return for items that were fulfilled using the createFulfillmentOrder operation. For calls to createFulfillmentReturn, you must include returnReasonCode values returned by a previous call to the listReturnReasonCodes operation.

    interface CreateFulfillmentReturnRequest {
        items: CreateReturnItem[];
    }
    Index

    Properties

    Properties

    An array of items to be returned.