Last updated 1 year ago
You may find descriptions of endpoints for work with shipper service codes bellow.
This is the eshop key you receive during onboarding.
Token you get from calling /users/login
GET /v2/shipper-service-codes HTTP/1.1 Host: gw.new.skladon.net authorization: text x-api-key: text Accept: */*
Success response
{ "statusCode": 200, "message": "text", "data": [ { "label": "UPS - Express saver", "value": "UPSES", "shipper": "UPS", "isExpedition": true, "isReturn": false } ] }