Get all Price Books
GET/pcm/pricebooks
Retrieves a list of all price books.
Filtering
Filtering is supported on this endpoint. For the general syntax, see Filtering.
You can filter on the following attributes and operators.
Operator | Attribute | Description | Example |
---|---|---|---|
eq | external_ref | Equals. Checks if the values you provide matches a price book. | filter=eq(external_ref,some-external-ref) |
Request
Responses
- 200
- default
The list of price books.
Unexpected error.