ProductDuplicateAsyncInput - admin-graphql - INPUT_OBJECT
Version: 2024-04
Description:
The input fields for the product async duplicate mutation.
Access Scopes
Fields
-
includeImages:
Boolean -
Specifies whether or not to duplicate images.
-
newStatus:
ProductStatus -
The new status of the product. If no value is provided the status will be inherited from the original product.
-
newTitle:
String! -
The new title of the product.
-
productId:
ID! -
The ID of the product to be duplicated.
Input objects with this input object
Examples