GraphQL OBJECT

UpdateProductListPayload

Payload 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

  • type UpdateProductListPayload {
  • # The updated product list.
  • updatedProductList: ProductList
  • }

link Required by