stack

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

AdminTypes.ProductDuplicateAsyncV2Payload interface

Return type for productDuplicateAsyncV2 mutation.

Signature:

export interface ProductDuplicateAsyncV2Payload 

Properties

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.