# DeliveryProductVariantsCount - admin-graphql - OBJECT Version: 2024-10 ## Description How many product variants are in a profile. This count is capped at 500. ### Access Scopes Any of `shipping` access scopes or `manage_delivery_settings` user permission. ## Fields * [capped](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the count has reached the cap of 500. * [count](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The product variant count. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples