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}}
 
Filter            Description
client_idID of the client. Will show all clients if not specified.
statusStatus ID of the shipment. Will show all statuses if not specified.
dateDate of the cancelled fulfilments, formatted YYYY-MM-DD. Will show all dates if not specified.
pagePage number of your query. Will default to 1 if not specified.
limitHow many results per page. Will default to 100 if not specified.

Example Response:
CopyTo be obtained