The listShipmentPallets response.

ListShipmentPalletsResponse

interface ListShipmentPalletsResponse {
    pagination?: Pagination;
    pallets: Pallet[];
}

Properties

Properties

pagination?: Pagination

ListShipmentPalletsResponse

pallets: Pallet[]

The pallets in a shipment.

ListShipmentPalletsResponse