Gets all Prices by Price Book ID
GET/pcm/pricebooks/:pricebookID/prices
Retrieves all the product prices in the specified price book.
Filtering
This endpoint supports filtering. For general syntax, see Filtering.
Operator | Attribute | Description | Example |
---|---|---|---|
eq | external_ref , sku | Checks if the values you provide matches a price. | filter=eq(sku,some-sku) |
in | sku | Checks if the values you provide are included in a product SKU. | `filter=in(sku,some-sku)' |
Request
Responses
- 200
- default
The product price list.
Unexpected error