Province
Query provinces and administrative regions within a country.
Provinces and their sub-areas describe the administrative regions used to configure addresses, shipping zones, and other location-aware features within a country.
Provides endpoints to list provinces under a country, create and delete provinces, and list the sub-areas of a given area.
List provinces
The Province List API allows developers to fetch a comprehensive list of provinces within a specified country using its unique identifier. This endpoint supports retrieving specific fields based on the user’s request.
Create province
The Create Province API allows developers to create a new province within a specified country. This endpoint requires the province data in the request body.
Delete province
The Delete Province API allows developers to delete an existing province within a specified country. This endpoint requires the province ID.
List sub areas
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.