Skip to main content
GET
/
pricebooks
/
{priceBookId}
/
products
/
{productId}
/
adjustment
Get Price Book Entry Adjustment
curl --request GET \
  --url https://api.secure.quotivity.com/v1/pricebooks/{priceBookId}/products/{productId}/adjustment \
  --header 'x-api-key: <api-key>'
{
  "adjustment": {
    "type": "override",
    "amount": 123,
    "allowUnitPriceEditing": true
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

priceBookId
string
required
productId
string
required

Query Parameters

currency
string
required

Response

Adjustment retrieved successfully

adjustment
object
required