cURL
curl --request PATCH \ --url https://api.secure.quotivity.com/v1/bundles/{bundleId}/options/{optionId}/{productId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "product": { "id": "<string>", "properties": {}, "configuration": { "minQuantity": 123, "maxQuantity": 123, "readonlyQuantity": true } }, "displayOrder": 123 } '
[ { "id": "<string>", "accountId": "<string>", "bundleId": "<string>", "optionId": "<string>", "productId": "<string>", "properties": {}, "displayOrder": 123, "configuration": { "minQuantity": 123, "maxQuantity": 123, "readonlyQuantity": true } } ]
Updates a product within a bundle option, including its quantity, configuration, and display order.
Show child attributes
Product updated successfully