List Fulfilment Receiving
By specifying a client ID, you can list any fulfilments processing.
Endpoint: https://YOUR-ACCOUNT-NAME.despatchcloud.co.uk/ws/v1/wsfulfilment/list_fulfilment_receiving
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 |
|---|---|
| client_id | ID of the client. Will show all clients if not specified. |
| status | Status ID of the shipment. Will show all statuses if not specified. |
| date | Date of the cancelled fulfilments, formatted YYYY-MM-DD. Will show all dates if not specified. |
| 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:
CopyTo be obtained