Skip to main content
POST
/
products
/
{productId}
/
pricebooks
Assign Product to Price Books
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>"
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

productId
string
required

Body

application/json
priceBookIds
string[]
required

Response

Product assigned successfully

productId
string
required
priceBookIds
string[]
required