Get prices
get_pricesFetch product prices for one or more price lists, returning price and per-quantity price details.
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. |