Optional additional custom fields
Reference to the order that is being shipped - required when OrderID
is omitted
Reference to the system from which the order originated - required when OrderID
is omitted
Entity type: OrderFulfillment
ID of the order that is being shipped - required when OrderBackendID
and OrderBackendSystemID
are omitted
Entity type: Order
Optional. When only lines are provided, the PackageID can be used to create a package for all lines. Entity type: Package
Optional, will be determined based on the Order Entity type: OrganizationUnit
Create a new shipment
It is required to specify an Order. This can be done with
OrderID
or by sendingOrderBackendID
andOrderBackendSystemID
.To create a pending Shipment, set
IsPending
to true. A pending shipment has to be shipped with the ShipShipment service.