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

Authorizations

x-api-key
string
header
required

Path Parameters

priceBookId
string
required

Body

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

Response

Prices set successfully

accountId
string
required
priceBookId
string
required
productId
string
required
adjustments
object
required