Cookie Consent by Free Privacy Policy Generator Update cookies preferences

Attributes

AttributeTypeDescription
shippedAtstringThe date and time when the order was shipped, in ISO 8601 format.
namestringThe name of the courier. Limited to 128 characters.
trackingstringThe tracking number provided by the courier. Limited to 128 characters.
prioritystringThe shipping priority. If provided, must be either "STANDARD" or "EXPRESS".

Example Shipping Courier object

{
  "shippedAt": "2019-01-01T00:00:00+10:00",
  "name": "Parcelforce Worldwide",
  "tracking": "AAAA1234567890",
  "priority": "STANDARD"
}