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

    Interface FulfillmentInboundApiGetShipmentItemsByShipmentIdRequest

    Request parameters for getShipmentItemsByShipmentId operation in FulfillmentInboundApi.

    interface FulfillmentInboundApiGetShipmentItemsByShipmentIdRequest {
        marketplaceId?: string;
        shipmentId: string;
    }
    Index
    marketplaceId?: string

    Deprecated. Do not use.

    shipmentId: string

    A shipment identifier used for selecting items in a specific inbound shipment.