Request parameters for getShipment operation in FulfillmentInboundApi.

FulfillmentInboundApiGetShipmentRequest

interface FulfillmentInboundApiGetShipmentRequest {
    inboundPlanId: string;
    shipmentId: string;
}

Properties

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiGetShipment

shipmentId: string

Identifier of a shipment. A shipment contains the boxes and units being inbounded.

FulfillmentInboundApiGetShipment