Get prices
get_pricesGet current product prices for one or more price lists, returning each product's price and optional price per quantity.
Instructions
Product prices for one or more price lists (POST /b2b/v1/prices/get). Returns {results: [{pricelist_id, prices_data: [{product_id, price, price_per_quantity?}]}]}. price may arrive as a number or a string — treat it as a decimal either way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pricelist_ids | Yes | Price-list ids from query_price_lists. |