Products
Create Product
Create a new product.
POST
/
products
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
price
object
requiredtax_category
enum<string>
requiredRepresents the different categories of taxation applicable to various products and services.
Available options:
digital_products
, saas
, e_book
description
string | null
name
string | null
Response
200 - application/json
product_id
string
required