Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopResourceLimits
Resource limits of a shop.
Signature:
export interface ShopResourceLimits
Property | Modifiers | Type | Description |
---|---|---|---|
locationLimit | Scalars[‘Int’][‘output’] | Maximum number of locations allowed. | |
maxProductOptions | Scalars[‘Int’][‘output’] | Maximum number of product options allowed. | |
maxProductVariants | Scalars[‘Int’][‘output’] | The maximum number of variants allowed per product. | |
redirectLimitReached | Scalars[‘Boolean’][‘output’] | Whether the shop has reached the limit of the number of URL redirects it can make for resources. |