Get Shipping Carriers - Sellercloud API Docs

Overview

This endpoint allows you to get a list of existing shipping carriers on your server, along with their Keys. In order to use it, you must:

For information on how you can authenticate, see Authentication

After you authenticate and receive a valid token, you must pass it to service calls.

Endpoint

An example of such an endpoint for XX server is:

https://xx.api.sellercloud.com/rest/api/Settings/ShippingCarriers

For your server, the endpoint will be:

https://{your_server_id}.api.sellercloud.com/rest/api/ShippingCarriers

Request

Parameter Data Type Description Is Required
siteCode integer 0 = US , 1 = Canada , 2 = UK , 3 = Australia , 4 = Austria , 5 = Belgium_French , 6 = France , 7 = Germany , 8 = Italy , 9 = Belgium_Dutch , 10 = Netherlands , 11 = Spain , 12 = Switzerland , 13 = Taiwan , 14 = eBayMotors , 15 = HongKong , 16 = Singapore , 17 = India , 18 = China , 19 = Ireland , 20 = Malaysia , 21 = Philippines , 22 = Poland , 23 = Sweden , 24 = CustomCode , 25 = CanadaFrench , 26 = Russia yes

Response

Response Body

{
  {
    "Key": "string",
    "Value": "string"
  }
}