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

    Request parameters for createFulfillmentReturn operation in FulfillmentOutboundApi.

    interface FulfillmentOutboundApiCreateFulfillmentReturnRequest {
        body: CreateFulfillmentReturnRequest;
        sellerFulfillmentOrderId: string;
    }
    Index

    Properties

    The request body of the `createFulfillmentReturn` operation.

    sellerFulfillmentOrderId: string

    An identifier the seller assigns to the fulfillment order at the time it was created. The seller uses their own records to find the correct `sellerFulfillmentOrderId` value based on the buyer's request to return items.