--- title: DeliveryProductVariantsCount - GraphQL Admin description: How many product variants are in a profile. This count is capped at 500. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryProductVariantsCount md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryProductVariantsCount.md --- # Delivery​Product​Variants​Count object Requires Any of `shipping` access scopes or `manage_delivery_settings` user permission. How many product variants are in a profile. This count is capped at 500. ## Fields * capped [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) non-null Whether the count has reached the cap of 500. * count [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) non-null The product variant count. *** ## Map