The request schema for an inbound shipment.

InboundShipmentRequest

interface InboundShipmentRequest {
    InboundShipmentHeader: InboundShipmentHeader;
    InboundShipmentItems: InboundShipmentItem[];
    MarketplaceId: string;
}

Properties

InboundShipmentHeader: InboundShipmentHeader

InboundShipmentRequest

InboundShipmentItems: InboundShipmentItem[]

A list of inbound shipment item information.

InboundShipmentRequest

MarketplaceId: string

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

InboundShipmentRequest