stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryProductVariantsCount

AdminTypes.DeliveryProductVariantsCount interface

How many product variants are in a profile. This count is capped at 500.

Signature:

export interface DeliveryProductVariantsCount 

Properties

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.