List Fulfilment Cancellations
By specifying a date, you can list any cancelled fulfilments.
Endpoint: https://YOUR-ACCOUNT-NAME.despatchcloud.co.uk/ws/v1/wsfulfilment/list_fulfilment_cancellations
Method: GET
Filters are specified at the end of the URL like so: ?{{key}}={{value}}&{{key}}={{value}}
Example Response:
Method: GET
Filters are specified at the end of the URL like so: ?{{key}}={{value}}&{{key}}={{value}}
| Filter | Description |
|---|---|
| date | Date of the cancelled fulfilments, formatted YYYY-MM-DD |
| page | Page number of your query. Will default to 1 if not specified. |
| limit | How many results per page. Will default to 100 if not specified. |
Example Response:
[
{
"id": "1",
"order_id": "0001-1565942799-16",
"order_status": "8",
"date": "1566001013",
"status": "2"
},
{
"id": "2",
"order_id": "0001-1565942799-16",
"order_status": "8",
"date": "1566001069",
"status": "2"
}
]