Skip to content
Search docs ⌘K
EN Current language: English
EN Current language: English
GET

/admin/api/2026-07/zones.json

List every zone on the shop, optionally filtered by publish status.

Try it

Parameters

ParameterTypeDescription
statusstring, optionalFilter by zone status. One of `draft`, `published`, `archived`. Omit to return all statuses.
limitinteger, optionalNumber of zones to return per page. Default 50, maximum 250.
page_infostring, optionalCursor from the `Link` response header, used to fetch the next or previous page.

Error responses

StatusCodeMessage
401UNAUTHORIZEDThe request is missing a valid X-Shopify-Access-Token header.
403MISSING_SCOPEThe access token does not have the read_shipping scope.
429RATE_LIMITEDThe shop's Admin API call limit has been reached. Retry after the Retry-After header.