API

API endpoints > tracking > post

JSON data structure

  • ClientReferenceCodeListArray of objectsMinimum array items: 1, maximum array items: 10A list of shipment reference codes
  • StartItemInteger numberSelect the starting shipment in the list
  • TrackingIdListArray of objectsMaximum array items: 10A list of tracking id's
  • UpdatesSinceRFC3339 datetimeAll changes after the given date. The maximum is 2 days up to the current date/time.

JSON reply data

  • ErrorsublistAlways returnedAny error will be reported here, see the error list for error codes and their meaning.
    • IdInteger numberAlways returnedMaximum value: 999The id of the error
    • InfoStringTextual error
  • ErrorListArray of objectsList of errors, to clarify the Error if possible
    • IdInteger numberAlways returnedMaximum value: 999The error id, see the error list
    • TekstStringAlways returnedMaximum length: 255Textual error for detailed information
  • ShipmentssublistAlways returnedMinimum items/keys: 1, maximum items/keys: 50The result for each shipment in the request
    • ClientReferenceCodeStringAlways returnedMinimum length: 1, maximum length: 100The shipment reference or id (usually the visible order id in the shop platform).
    • TrackingIdStringMaximum length: 60The tracking id of the shipment/order, if available
    • ErrorListArray of objectsList of errors, to clarify the Error if possible
      • IdInteger numberAlways returnedMaximum value: 999The error id, see the error list
      • TekstStringAlways returnedMaximum length: 255Textual error for detailed information
    • StatuslistsublistAlways returnedMinimum items/keys: 1, maximum items/keys: 100Tracking information list
      • CodeInteger numberAlways returnedMinimum value: 1, maximum value: 100Status code of the event (see below)
      • DateTimeDateTimeAlways returnedNot before now: 1, not later than now: 100The date/time of the event, rfc3339 format, timezone UTC
      • TextStringMinimum length: 1, maximum length: 100Textual description of the event

POST/tracking/