Editing of Expedition
Update Expedition
Modify details of an existing expedition. You can update fields such as address, value, and items.
Expedition updates are only available when the status is “on_hold”. First, use the endpoint PUT /api/expedition/{id}/rollback, then you can perform the update of expedition.
You can find more about changes on order in our Knowledge Base.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | For detailed request body specifications, please refer to our API Doc. The |
Request Example (cURL): |
CODE
|
Path parameter:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | The unique expedition identifier. Example: |
Response
If successful, the API returns the updated expedition entity in JSON format.
See more details in the API Doc.
Patch Expedition without rebooking
Only updates fields ref1
, ref2
, and ref3
. These fields are used for further order specifications. Some sales channels require these values for correct integration (e.g., order number mapping).
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: |
CODE
|
Request Example (cURL): |
CODE
|
Path parameter:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | The unique expedition identifier. Example: |
Response
If successful, the API returns the updated expedition entity in JSON format.
See more details in the API Doc.
Rebook Expedition
Rebook an expedition entity. This is useful when bypassing FIFO (for higher-priority orders). This action is only available when the expedition status is one of the following:
on_hold
awaiting_reservation
incorrect
waiting_for_goods
to_be_confirmed
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | None (this request does not require a body). |
Request Example (cURL): |
CODE
|
Path parameter:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | The unique expedition identifier. Example: |
Response
If successful, the API returns the expedition entity in JSON format.
See more details in the API Doc.
Unbook all from Expedition
Unbook all reserved items in the expedition.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | None (this request does not require a body). |
Request Example (cURL): |
CODE
|
Path parameter:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | The unique expedition identifier. Example: |
Response
If successful, the API returns the expedition entity in JSON format.
See more details in the API Doc.
Get Expedition Invoice
Retrieve details of a expedition invoice.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | None (this request does not require a body). |
Request Example (cURL): |
CODE
|
Path parameter:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | The unique expedition identifier. Example: |
Response
If successful, the API returns the invoice.
See more details in the API Doc.
Upload Expedition Invoice
Upload Expedition Invoice.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | For detailed request body specifications, please refer to our API Doc. |
Request Example (cURL): |
CODE
|
Path parameter:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | The unique expedition identifier. Example: |
Response
If successful, the API returns the expedition entity in JSON format.
See more details in the API Doc.
Remove Expedition Invoice
Delete expedition invoice.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | None (this request does not require a body). |
Request Example (cURL): |
CODE
|
Path parameter:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | The unique expedition identifier. Example: |
Response
If successful, the API returns 204 No Content.
See more details in the API Doc.