v1
latestOpenAPI 3.1.02026-07-222392081.7 MBPrice books
Update price book
Update the details of an existing price book.
put/v1/price-books/{id}
Path parameters
idstring required
Request body
Example request
{
"name": "Enterprise pricing"
}Response
Example response
{
"id": "prib_DKL4Xcb5VSa8CQ",
"name": "Enterprise pricing",
"created_at": "2024-12-20T16:04:11Z",
"updated_at": "2024-12-20T16:04:11Z"
}