stack

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

AdminTypes.ProductDuplicatePayload interface

Return type for productDuplicate mutation.

Signature:

export interface ProductDuplicatePayload 

Properties

Property Modifiers Type Description
imageJob?   Maybe<Job> (Optional) The asynchronous job that duplicates the product images.
newProduct?   Maybe<Product> (Optional) The duplicated product.
shop   Shop The user’s shop.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.