v1
latestOpenAPI 3.0.22026-07-24800528.1 KBProduct Book
Create a product book
Creates a new product book for the company.
post/v2/product_book
Request body
Example request
{
"description": "Agency Management product book",
"external_key": "stripe_prod_123",
"name": "Agency Management"
}Response
Creates a new product book for the company.
Example response
{
"data": {
"created_at": 1574181282399,
"key": "co_a80cb515fe",
"updated_at": 1574181282399
}
}