cURL
curl --request PUT \ --url https://api.secure.quotivity.com/v1/bundles/{bundleId}/options/{optionId}/{productId}/price \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "adjustments": {} } '
{ "accountId": "<string>", "priceBookId": "<string>", "productId": "<string>", "adjustments": {} }
Sets price adjustments for a product within a bundle option, organized by currency.
Show child attributes
Prices set successfully