ShopResourceLimits object
Resource limits of a shop.
On this page
Fields
- locationLimit (
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
Maximum number of locations allowed. - maxProductOptions (
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
Maximum number of product options allowed. - maxProductVariants (
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The maximum number of variants allowed per product. - redirectLimitReached (
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
Whether the shop has reached the limit of the number of URL redirects it can make for resources. - skuResourceLimits (
[ResourceLimit!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/resourcelimit)
)
The maximum number of variants allowed per shop. If the shop has unlimited SKUs, then the quantity used cannot be retrieved.
Types that return ShopResourceLimits
[Shop.resourceLimits](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop#resourcelimits-2021-01)