Products Api
Products
Use the Products Tab and filter to have all products across all stores.
Products
This app will help users manage products not only on themes but everywhere, facebook, instagram, etc
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