priceBooksByPricingPlanId
Returns all the price books for a given pricing plan
This page contains
Arguments
pricingPlanId ID! | Unique identifier of the pricing plan |
first Int | Number of elements to return (page size) |
after String | Returns elements after specified cursor |
before String | Returns elements before specified cursor |
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.