cURL
curl --request PUT \ --url https://api.quote.hapily.com/v1/pricebooks/{priceBookId}/prices \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "productId": "all", "adjustments": {} } '
Sets prices for multiple products in a price book. Accepts either a single price object or an array of price objects.
all
Show child attributes
Prices set successfully