The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Shipment (11 properties), Error (5 properties), ShipmentOrderLine (2 properties), ErrorSource (2 properties). Each schema is shown below with its type and property counts.
Errors
object
An array of error objects.
1 property
Shipment
object
A shipment represents the delivery of specific order lines from an order in a single parcel. It includes additional details such as tracking numbers, the stock…
11 properties1 required
Error
object
Error object
5 properties
ShipmentOrderLine
object
Shipment related attributes of an order line
2 properties1 required
Weight
object
The weight measurement
2 properties2 required
Shipments
object
A collection of shipments for this order.
1 property
ShipmentStatus
string
The status of the shipment.
ErrorSource
object
Indicate the source of error.
2 properties
RateLimitError
object
Error object for rate limit.
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.