List Fulfilment Couriers

By specifying a client ID, you can retreive all couriers that have been assigned to said client.

Endpoint: https://YOUR-ACCOUNT-NAME.despatchcloud.co.uk/ws/v1/wsfulfilment/list_fulfilment_couriers
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.

Example Response:
[
  {
    "id": "1",
    "client_id": "0001",
    "service_id": "1",
    "service_price": "1.00",
    "packaging_price": "1.00"
  }
]