stack

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

AdminTypes.ProductDuplicateAsyncPayload interface

Return type for productDuplicateAsync mutation.

Signature:

export interface ProductDuplicateAsyncPayload 

Properties

Property Modifiers Type Description
duplicatedProductId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The duplicated product ID.
job?   Maybe<Job> (Optional) The asynchronous job for duplicating the products.
userErrors   Array<ProductDuplicateUserError> The list of errors that occurred from executing the mutation.