Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantPositionInput
The input fields representing a product variant position.
Signature:
export interface ProductVariantPositionInput
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘input’] | Specifies the ID of the product variant to update. | |
position | Scalars[‘Int’][‘input’] | The order of the product variant in the list of product variants. The first position in the list is 1. |