Overview
Updates specific fields of an existing logistic order identified by logisticOrderId.
User scoping
Admin endpoint. Only operator users can call this endpoint (dj-client: OPERATOR).
Store scoping
The effective store context is derived from the dj-store and dj-store-view headers when provided.
The store context does not modify the store assignment of the logistic order.
Updatable fields
This endpoint allows updating the following fields:
externalIdshippingTrackingUrlcustomFieldValues
Partial update rules
Only the fields explicitly provided in the request body are updated.
Fields omitted from the request body are left unchanged.
Providing externalId as an empty string clears the existing external identifier.
Providing shippingTrackingUrl as an empty string clears the existing tracking URL.
Business rules
Updating externalId does not impact the internal logistic order identifier, the order lifecycle status, or any downstream processing already performed on the order.
Errors
Returns validation errors (400), authentication errors (401), authorization errors (403), not found errors (404), and unexpected server errors (500).
