资源限制-ResourceLimit 对象
资源限制表示资源具有的限制。
在本页面
字段
- available(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
资源是否可用。 - quantityAvailable(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
可用数量。如果为null,则可用数量是无限的。 - quantityLimit(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
资源的数量限制。如果为null,则数量是无限的。 - quantityUsed(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
资源使用量。如果为null,则无法检索使用的数量。
返回ResourceLimit的类型
[ShopResourceLimits.skuResourceLimits](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shopresourcelimits#skuresourcelimits-2021-01)