Create Product
Create a new product on your Terraswitch account.
Body Parameters
Property
Data Type
Description
Example
Required
name
string
The name of the product
"Laptop Bag"
Yes
avatar
base64 string
The base64 string value of the product image. Recommended size is 5MB.
"base64..."
No
code
string
Your preferred product code
"MYPRODUCTXD"
No
description
string
The product description
"This is a new product"
No
price
number
The price of the product. This must be in 2 decimal places only.
4500.99
Yes
isLink
boolean
This helps you specify if you want a payment link be generated automatically for the product. This is defaulted to false
true
No
Last updated