Shipper service codes
You may find descriptions of endpoints for work with shipper service codes bellow.
Get all available shipper service codes and shippers. Usage of shippers and shipper service codes depends on your actual price list. Only allowed shipper and service codes from current price list can be used.
get
Authorizations
Header parameters
x-api-keystringRequired
This is the eshop key you receive during onboarding.
authorizationstringRequired
Token you get from calling /users/login
Responses
200
Success response
application/json
401
Unauthorized response
application/json
get
GET /v2/shipper-service-codes HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Accept: */*
{
"statusCode": 200,
"message": "text",
"data": [
{
"label": "UPS - Express saver",
"value": "UPSES",
"shipper": "UPS",
"isExpedition": true,
"isReturn": false
}
]
}
Last updated