https://shopify.com/admin/api/2020-01/countries/{country_id}/provinces.jsonhttps://shopify.dev/docs/admin-api/rest/reference/store-properties/province#index-2020-01
country_id
Restrict results to after the specified ID.
Show only certain fields, specified by a comma-separated list of fields names.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://shopify.com/admin/api/2020-01/countries/{country_id}/provinces.json' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://shopify.com/admin/api/2020-01/countries/{country_id}/provinces.jsonhttps://shopify.dev/docs/admin-api/rest/reference/store-properties/province#index-2020-01
country_id
Restrict results to after the specified ID.
Show only certain fields, specified by a comma-separated list of fields names.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://shopify.com/admin/api/2020-01/countries/{country_id}/provinces.json' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}