v1

latestOpenAPI 3.0.22026-07-24800528.1 KB
Product Book

Create a product book

Creates a new product book for the company.

post/v2/product_book

Request body

descriptionstring nullable

Description of the product book

external_keystring nullable

External billing ID for the product (e.g., Stripe, Chargebee)

namestring required

Name of the product book

Example request

{
  "description": "Agency Management product book",
  "external_key": "stripe_prod_123",
  "name": "Agency Management"
}

Response

Creates a new product book for the company.

messagestring required
statusinteger required

Example response

{
  "data": {
    "created_at": 1574181282399,
    "key": "co_a80cb515fe",
    "updated_at": 1574181282399
  }
}