priceBooks
Returns all price books for partner
This page contains
Arguments
first Int | Number of elements to return (page size) in forward direction. Default is 10 |
after String | Returns elements after specified cursor |
last Int | Number of elements to return (page size) in backward direction. Default is 10 |
before String | Returns elements before specified cursor |
filter PriceBookFilter | Criteria to filter price books |
orderBy PriceBookOrderBy | Criteria to sort price books |
Return Fields
PriceBookConnection! | A connection type used to page through a list of price books |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.