DEV

Type.

ShipmentConsolidation

ShipmentConsolidation is used to consolidate shipments to send to a carrier. For UPS, this would facilitate the Worldwide Economy master carton functionality.

Fields

createdAt

DateTime!

Required

Timestamp of when this ShipmentConsolidation was initially created.

externalId

String!

Required

ID of the batch that was created by the carrier. For UPS, this would be the Master Carton ID.

id

ID!

Required

Unique identifier for the ShipmentConsolidation.

shipments

[Shipment!]!

Required

Shipment(s) associated with this ShipmentConsolidation.
Indicates if this ShipmentConsolidation is open or closed.

Required

List of ShipmentConsolidationStatusTransition to show a history of status changes.

Was this page helpful?