Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantComponent
A product variant component associated with a product variant.
Signature:
export interface ProductVariantComponent extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
productVariant | ProductVariant | The product variant associated with the component. | |
quantity | Scalars[‘Int’][‘output’] | The required quantity of the component. |