Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface FulfillmentInboundApiGetShipmentItemsByShipmentIdRequest

    Request parameters for getShipmentItemsByShipmentId operation in FulfillmentInboundApi.

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

    Properties

    marketplaceId?: string

    Deprecated. Do not use.

    shipmentId: string

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