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