put https://{environment}.neomode.com.br/management/commerce/orders//trackingdetails
Updates the order delivery tracking details by identifying it using the order.id 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": "24/03/2025"
}
Field | Description | Type |
---|---|---|
carrierName | Name of the shipping carrier or logistics provider. | string |
trackingLink | URL for tracking the delivery. May be a direct link to the carrier's tracking system. | string |
trackingCode | Tracking number provided by the logistics company. | string |
deliveryDate | Forecasted or actual delivery date. Format: dd/MM/yyyy . | string (dd/MM/yyyy) |