ResourceLimit object
A resource limit represents the limits that the resource has.
On this page
Fields
- available (
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
Whether or not the resource is available. - quantityAvailable (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
Quantity available. If null the quantity available is unlimited. - quantityLimit (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
Quantity limit of the resource. If null the quantity is unlimited. - quantityUsed (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
Quantity used of the resource. If null the quantity used cannot be retrieved.
Types that return ResourceLimit
[ShopResourceLimits.skuResourceLimits](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopresourcelimits#skuresourcelimits-2021-01)