GraphQL INPUT_OBJECT
UpdateProductListInput
Input for product list update. A product list is a list of products you select and categorize for a particular purpose, such as product type.
link Definition
- input UpdateProductListInput {
- # Unique ID of the product list.
- : Int!
- # Name of the product list.
- : String
- # List type of the product list.
- : ListTypeEnum
- # List of product IDs within the product list.
- : [Int]
- }