get
https://{subdomain}.myshoplaza.com/openapi/2025-06/areas//children
The Sub Area List API allows developers to fetch a comprehensive list of sub-areas within a specified area using its unique identifier. This endpoint supports retrieving specific fields based on the user’s request.
Request Parameters
Public Request Parameters
Path Parameters
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
country | string | Yes | Unique identifier for the province |
Response Description
Public Response Fields
Success Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | "success" | Status code of the response |
message | string | Descriptive message of the response | |
data.type | |||
data.list.code | string | `` | The code of area |
data.list.name | string | `` | The name of area |
data.provinces.zip | integer | `` | The zip of area |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
