Skip to main content

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.

OperatorAttributeDescriptionExample
eqexternal_ref, skuChecks if the values you provide matches a price.filter=eq(sku,some-sku)
inskuChecks if the values you provide are included in a product SKU.`filter=in(sku,some-sku)'

Request

Responses

The product price list.