Inventory API
Warehouses
Warehouse Object
attributes id string a unique identifier for the warehouse object string the value is always warehouse label string the label of the warehouse address string the street address of this warehouse city string the city where the warehouse is located at country string ( appendix docid\ kfbmx4q3dxjtduqf75yx1 ) the country where the warehouse is located at postcode string the postcode of the warehouse email string the contact email of the warehouse telephone string the contact phone number of the warehouse state string the state where the warehouse is located at areas served array of strings ( appendix docid\ kfbmx4q3dxjtduqf75yx1 ) the countries served by this warehouse products integer the total number of products served by the warehouse variants integer the total number of variants served by the warehouse custom id string a custom id that you can use as a reference in your system { "id" "e2ff273d 6b4f 4b2b 9b8f 968d4a3c976d", "custom id" "cus1234567", "label" "frankfurt warehouse", "address" "awesome street 1", "object" "warehouse", "city" "frankfurt", "postcode" "abc123", "email" "warehouse\@tamio com", "country" "de", "state" null, "telephone" "+123456789", "areas served" \[ "de", "ro", "us" ], "products" 0, "variants" 0 }