v1
latestOpenAPI 3.1.02026-07-222392081.7 MBPrice books
Create price book
Create a new price book.
post/v1/price-books
Request body
Example request
{
"name": "Enterprise pricing"
}Response
The newly created price book.
Example response
{
"id": "prib_DKL4Xcb5VSa8CQ",
"name": "Enterprise pricing",
"created_at": "2024-12-20T16:04:11Z",
"updated_at": "2024-12-20T16:04:11Z"
}