cURL
curl --request PUT \ --url https://api.secure.quotivity.com/v1/pricebooks/{priceBookId}/prices \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "productId": "all", "adjustments": {} } '
[ { "accountId": "<string>", "priceBookId": "<string>", "productId": "<string>", "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