Cancel a goods out order
Goods Out: Orders
Cancel a goods out order
Cancel a goods out order that is in progress. This will deallocate any allocated stock and cancel outstanding pick tasks.
POST
Cancel a goods out order
Cancellation Behavior
| Order Status | Result |
|---|---|
| Draft/Pending | Order deleted |
| Allocated | Stock deallocated, order cancelled |
| Picking | Outstanding picks cancelled, stock deallocated |
| Completed | Cannot cancel - already dispatched |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the goods out order to cancel
Response
Goods out cancelled successfully
Standard successful response wrapper following JSON:API format
The response payload

