Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryProductVariantsCount
How many product variants are in a profile. This count is capped at 500.
Signature:
export interface DeliveryProductVariantsCount
Property | Modifiers | Type | Description |
---|---|---|---|
capped | Scalars[‘Boolean’][‘output’] | Whether the count has reached the cap of 500. | |
count | Scalars[‘Int’][‘output’] | The product variant count. |