cURL
curl --request POST \ --url https://api.secure.quotivity.com/v1/products/{productId}/pricebooks \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "priceBookIds": [ "<string>" ] } '
{ "productId": "<string>", "priceBookIds": [ "<string>" ] }
Assigns a single product to one or more price books at once (updates HubSpot hapily_price_books in one call).
Product assigned successfully