Carton reference details.

Export

CartonReferenceDetails

interface CartonReferenceDetails {
    cartonCount?: number;
    cartonReferenceNumbers: string[];
}

Properties

cartonCount?: number

Pallet level carton count is mandatory for single item pallet and optional for mixed item pallet.

Memberof

CartonReferenceDetails

cartonReferenceNumbers: string[]

Array of reference numbers for the carton that are part of this pallet/shipment. Please provide the cartonSequenceNumber from the 'cartons' segment to refer to that carton's details here.

Memberof

CartonReferenceDetails