Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductDuplicateAsyncV2Payload
Return type for productDuplicateAsyncV2 mutation.
Signature:
export interface ProductDuplicateAsyncV2Payload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| duplicatedProductId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The duplicated product ID. | |
| productDuplicateJobId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The asynchronous job for duplicating the product. | |
| userErrors | Array<ProductDuplicateUserError> | The list of errors that occurred from executing the mutation. |