Request parameters for createFulfillmentReturn operation in FbaOutboundApi.

Export

FbaOutboundApiCreateFulfillmentReturnRequest

interface FbaOutboundApiCreateFulfillmentReturnRequest {
    body: CreateFulfillmentReturnRequest;
    sellerFulfillmentOrderId: string;
}

Properties

Memberof

FbaOutboundApiCreateFulfillmentReturn

sellerFulfillmentOrderId: string

An identifier assigned by the seller 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.

Memberof

FbaOutboundApiCreateFulfillmentReturn