GraphQL OBJECT

ProductSearchResult

link Definition

  • type ProductSearchResult {
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • # List of products that match the search parameters.
  • products: [Product]
  • }

link Required by