get
https://{subdomain}.myshoplaza.com/openapi/2025-06/locations/count
Count all locations for shipping, inventory, and order fulfillment.
Requiresread_shop_navigationaccess scope. More access scope
Retrieves the total count of all available locations used for shipping, inventory management, and order fulfillment operations.
This API is particularly valuable for:
- Obtaining real-time location quantity metrics
- Tracking location inventory growth trends
- Generating analytical reports and system dashboards
Request Parameters
Public Request Parameters
Response Explanation
Public Response Parameters
Successful Response
| Parameter | Type | Example | Description |
|---|---|---|---|
code | string | "success" | Operational status indicator |
message | string | "Count retrieved" | Execution result notification |
data.count | string | "150" | Aggregate count of existing locations |
Example Response
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
