GraphQL OBJECT

DeleteProductListPayload

Payload for the deleted product list. A product list is a list of products you select and categorize for a particular purpose such as affiliate commissions or product type.

link Definition

  • type DeleteProductListPayload {
  • # ID of the deleted product list.
  • deletedProductListId: Int
  • }

link Required by