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.

Export

CreateFulfillmentReturnRequest

interface CreateFulfillmentReturnRequest {
    items: CreateReturnItem[];
}

Properties

Properties

An array of items to be returned.

Memberof

CreateFulfillmentReturnRequest