Request parameters for getInboundShipment operation in AwdApi.

AwdApiGetInboundShipmentRequest

interface AwdApiGetInboundShipmentRequest {
    shipmentId: string;
    skuQuantities?: GetInboundShipmentSkuQuantitiesEnum;
}

Properties

shipmentId: string

ID for the shipment. A shipment contains the cases being inbounded.

AwdApiGetInboundShipment

If equal to `SHOW`, the response includes the shipment SKU quantity details. Defaults to `HIDE`, in which case the response does not contain SKU quantities

AwdApiGetInboundShipment