Request parameters for getShipmentItemsByShipmentId operation in FbaInboundApi.

Export

FbaInboundApiGetShipmentItemsByShipmentIdRequest

interface FbaInboundApiGetShipmentItemsByShipmentIdRequest {
    marketplaceId: string;
    shipmentId: string;
}

Properties

marketplaceId: string

A marketplace identifier. Specifies the marketplace where the product would be stored.

Memberof

FbaInboundApiGetShipmentItemsByShipmentId

shipmentId: string

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

Memberof

FbaInboundApiGetShipmentItemsByShipmentId