Path parameters
-
id
integer(int64) Required Numeric ID of the instance
Minimum value is
1
.
GET
/warehouses/{id}.json
curl \
--request GET 'http://api.example.com/v1/warehouses/{id}.json' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"addressLineOne": "string",
"addressLineTwo": "string",
"billingAddressLineOne": "string",
"billingAddressLineTwo": "string",
"billingCity": "string",
"billingCountry": "string",
"billingFirstName": "string",
"billingLastName": "string",
"billingName": "string",
"billingState": "string",
"billingZip": "string",
"city": "string",
"countries": [],
"countriesFilter": "all",
"country": "string",
"createdAt": "2025-05-04T09:42:00Z",
"defaultReturnStatus": "received",
"firstName": "string",
"id": 42,
"includeLabelInPackingSlip": true,
"labelFormat": "png",
"lastName": "string",
"name": "string",
"pdfLegal": "string",
"setInvoiceAddresss": true,
"shippingRateId": 42,
"skipOnlineInventory": false,
"state": "string",
"states": [],
"statesFilter": "all",
"status": "active",
"updatedAt": "2025-05-04T09:42:00Z",
"zip": "string",
"zips": [],
"zipsFilter": "all"
}