# DeliveryProductVariantsCount - admin - OBJECT
Version: 2025-01

## 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/2025-01/scalars/Boolean): Boolean! - Whether the count has reached the cap of 500.
* [count](/docs/api/admin/2025-01/scalars/Int): Int! - The product variant count.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples