Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Request parameters for getOrder operation in FulfillmentOutboundApi.

    interface FulfillmentOutboundApiGetOrderRequest {
        orderId: string;
        shipments?: GetOrderShipmentsEnum;
        xAmznFulfillmentServiceId?: string;
    }
    Index
    orderId: string

    The ID of the order you want to retrieve.

    Whether to include shipment data in the response. Included by default.

    xAmznFulfillmentServiceId?: string

    The identifier of the fulfillment service used for this operation.