productDetails
Returns the paginated list of products from catalog or products in pricebook according to selected context
This page contains
Arguments
| context ProductTabContext! | Indicator of the product section on priceBook UI |
| priceBookId String | Unique identifier for price book |
| currency Currency | Marketplace currency |
| locale Locale | Locale of the Marketplace |
| first Int | Number of elements to return (page size) in forward direction |
| after String | Returns elements after specified cursor |
| last Int | Number of elements to return (page size) in backward direction |
| before String | Returns elements before specified cursor |
| filter ProductFilter | Filter for products |
Return Fields
| ProductsInPriceBookConnection! | A list of products along with pagination information |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.