stack

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

AdminTypes.ProductVariantComponent interface

A product variant component associated with a product variant.

Signature:

export interface ProductVariantComponent extends Node 

Extends: Node

Properties

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.