Cancel a Manifest
Cancel a manifest of inbound stock from WCS.
Direction WMS → WCS
HTTP Method POST
Path /api/goodsIn/cancel
Request Body
Section titled “Request Body”Field notes:
| Field Name | Data Type | Description | Notes |
|---|---|---|---|
| manifestId | String | A unique identifier that can be used to link the imported manifest to the relevant data in the connected WMS, frequently populated with a UUID | Must not be null and contain at least 1 non-whitespace character |
Example Request Body
{ "manifestId": "3afc0bf8-1a4f-44c9-95bb-0b5b3b605567"}Responses
Section titled “Responses”202: PickTask cancel request sent
{ "message": "Accepted"}401: Access denied, Invalid Authentication
{ "message": "Unauthorized"}