object
ProductConnection
Represents the response for a product listing query, including product details, filters, pagination, and sorting options.
Fields
filters
JSONList of filters available for refining the product listings.
sortOn
JSONList of sorting options available for the product listings.
page
PageInfo!Required
Pagination details for the product listings.
items
[Product!]!Required
List of product details included in the response.
message
StringMessage for a product Listing response.
Was this section helpful?