Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductDuplicateAsyncInput
The input fields for the product async duplicate mutation.
Signature:
export interface ProductDuplicateAsyncInput
Property | Modifiers | Type | Description |
---|---|---|---|
includeImages? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Specifies whether or not to duplicate images. | |
newStatus? | InputMaybe<ProductStatus | `${ProductStatus}`> | (Optional) The new status of the product. If no value is provided the status will be inherited from the original product. | |
newTitle | Scalars[‘String’][‘input’] | The new title of the product. | |
productId | Scalars[‘ID’][‘input’] | The ID of the product to be duplicated. |