Request parameters for cancelFulfillmentOrder operation in FbaOutboundApi.

Export

FbaOutboundApiCancelFulfillmentOrderRequest

interface FbaOutboundApiCancelFulfillmentOrderRequest {
    sellerFulfillmentOrderId: string;
}

Properties

sellerFulfillmentOrderId: string

The identifier assigned to the item by the seller when the fulfillment order was created.

Memberof

FbaOutboundApiCancelFulfillmentOrder