Version: 202607
Count locations
GET/openapi/2026-07/locations/count
Count all locations for shipping, inventory, and order fulfillment.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint64
Count
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}