This API call is used to confirm the details of one or more shipment records in the WMS system. A confirmed shipment means that Invenco has despatched the order as per your reference number.
To get shipment confirmations, you make a HTTP GET request to the Shipments resource with an addtional ?created_min=1571055783104
query parameter. This will return all shipments shipped after the UNIX milliseconds timestamp in ascending order. This allows you to use this query parameter to progressively synchronise shipment data back into your system.
Shipment Properties
Shipment properties are detailed below
Property Name | Description |
---|---|
id |
Unique shipment identifier in UUID format |
order_id |
Unique order identifier in UUID format |
order_external_id |
Originally provided External Id of the order |
account_id |
Unique order identifier in UUID format |
status |
Status of the shipment - |
type |
Type of the shipment - |
tracking_number |
Tracking number of the shipment - |
tracking_number |
Tracking link / url of the shipment to track the delivery progress |
tracking_carrier |
Name of the carrier delivering the shipment |
line_items |
Array of
array of objects (read only) |
created |
Created timestamp in UNIX Milliseconds format integer (read only) |
updated |
Updated timestamp in UNIX Milliseconds format integer (read only) |