Skip to main content

Products Api

get all products

https://us-central1-calm-commerce.cloudfunctions.net/api/v1/products

create

*post

https://us-central1-calm-commerce.cloudfunctions.net/api/v1/products
{
"name": "string",
"type": "digital | physical",
"payment_type": "One Time' | 'Subscription",
"description": "string",
"role": "string",
"images": ["List of string"],
"price": "double",
"tax_type": "NO TAX | INCLUDED | PLUS",
"tax": "int if tax_type is not plus use 0"
}

update

https://us-central1-calm-commerce.cloudfunctions.net/api/v1/product_update/$id

delete

  • delete
https://us-central1-calm-commerce.cloudfunctions.net/api/v1/products/$id