The REST Admin API is a legacy API as of October 1, 2024. Starting April 1, 2025, all new public apps must be built exclusively with the GraphQL Admin API. For details and migration steps, visit our migration guide.
Shop
The Shop resource is a collection of general business and store management settings and information about the store. The resource lets you retrieve information about the store, but it doesn't let you update any information. Only the merchant can update this information from inside the Shopify admin.
Endpoints
- get/admin/api/latest/shop.
json Retrieves the shop's configuration
The Shop resource
Properties
The shop's street address.
The optional second line of the shop's street address.
The setting for whether applicable taxes are included automatically, based on buyer's location.
Whether the shop is capable of accepting payments directly through the Checkout API.
The shop's city.
The shop's country. In most cases, this value matches the country_code
.
The two-letter country code corresponding to the shop's country.
The shop's normalized country name.
Whether the shop is applying taxes on a per-county basis. Only applicable to shops based in the US. Valid values: true
or null
."
The contact email used for communication between the shop owner and the customer.
The three-letter code (ISO 4217 format) for the shop's default currency.
The Shop resource
Anchor to GET request, Retrieves the shop's configurationgetRetrieves the shop's configuration
Retrieves the shop's configuration
A comma-separated list of fields to include in the response.
Anchor to get-shop-examplesExamples
Retrieve the shop's configuration
Retrieve the shop's configuration
Retrieve the shop's mailing address
Retrieve the shop's mailing address
A comma-separated list of fields to include in the response.