Update Delivery Information by ExternalId

Updates the order delivery tracking details by identifying it using the order.ExternalId field.

🚚 Tracking Delivery Update Payload (PUT)
This payload is used to update the tracking and delivery details of an order.

📘

Automatic status transition

This method also updates the order status to 7 (InDelivery).

{
  "carrierName": "Carrier",
  "trackingLink": "https://www.domain.com/tracking/",
  "trackingCode": "R4STR3I0",
  "deliveryDate": null
}

FieldTypeDescription
carrierNamestringName of the shipping carrier or logistics provider.
trackingLinkstringURL for tracking the delivery. May be a direct link to the carrier's tracking system.
trackingCodestringTracking number provided by the logistics company.
deliveryDatestring (ISO 8601)Forecasted or actual delivery date.
Language
Credentials
OAuth2
URL