Request parameters for cancelFulfillmentOrder operation in FbaOutboundApi.

FbaOutboundApiCancelFulfillmentOrderRequest

interface FbaOutboundApiCancelFulfillmentOrderRequest {
    sellerFulfillmentOrderId: string;
}

Properties

sellerFulfillmentOrderId: string

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

FbaOutboundApiCancelFulfillmentOrder