Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductDuplicatePayload
Return type for productDuplicate
mutation.
Signature:
export interface ProductDuplicatePayload
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. |