Skip to main content
PUT
/
pricebooks
/
{priceBookId}
/
prices
Set Product Prices
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": {}
}
'

Authorizations

x-api-key
string
header
required

Path Parameters

priceBookId
string
required

Body

application/json
  • object
  • object[]
productId
enum<string>
required
Available options:
all
adjustments
object
required

Response

Prices set successfully