Warehouse Address

Warehouse Address

GET/v1/open-api/ship-from
LabelRequiredDescription
Api-KeyApi Key, please log in to the system and find it in My Profile
Api-SecretApi Secret, please log in to the system and find it in My Profile
curl -X GET  \
  'https://api.sandbox.shipber.com/v1/open-api/ship-from' \
  -H 'Content-Type:application/json' \ 
  -H 'Api-Key:2cn1wgmfidytin3jef3b' \
  -H 'Api-Secret:qRBYybjRch7BdTxO5NTyGUd6mBvowNbsjahnAnpdI-BXc5sCrRt15XGr-hc9oY7C'
{
    "data": [{
        "uuid": "22d953b7-24c4-4ae9-afb4-111cc227b01e",
        "postal_code": "66102",
        "country_code": "US",
        "state_province_code": "KS",
        "is_residential": false,
        "addresses": ["6925 Riverview Ave"],
        "city": "Kansas City",
        "address_classification": "Commercial",
        "name": "Amazon",
        "phone": "0000000000",
        "attention": "Tom",
        "email": "[email protected]"
    }]
}
ON THIS PAGE