Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://staging-api.puppetvendors.com/settings/shipping/warehouses/{locationId} \ --header 'x-access-token: <api-key>'
Retrieve a single warehouse by its locationId
locationId
{ "success": true, "data": { "locationId": 0, "name": "Main Warehouse", "address1": "123 Main St", "city": "Austin", "province": "TX", "zip": "78701", "country": "US" } }
curl -X GET "https://staging-api.puppetvendors.com/settings/shipping/warehouses/0" \ -H "x-access-token: YOUR_VENDOR_JWT"
Was this page helpful?