Create a product
Products
Create a product
Creates a new product. Products represent the goods or services you sell.
POST
Create a product
Authorizations
Your API key. Public production API-key endpoints accept kyren_live_* keys. Staging credentials are environment-specific and must be used only with the staging environment for which Kyren issued them.
Body
application/json
The name of the product
Maximum string length:
200The price of the product (e.g. "9.99"), must be at least 0.01
Pattern:
^\d+(\.\d{1,2})?$A description of the product
Maximum string length:
1000URL of the product image
Three-letter ISO currency code (e.g. USD, CNY, HKD)
Arbitrary key-value pairs for your own use