This repository has been archived by the owner on May 6, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
v2 categories
Tolfx edited this page Dec 15, 2021
·
3 revisions
CPG Categories
Returns:
[
{
"name": "string",
"description": "string",
"private": "boolean",
"images(?)": ["id"],
}
]
Returns:
{
"name": "string",
"description": "string",
"private": "boolean",
"images(?)": ["id"],
}
Returns:
[
"id": "number",
"uid": "string",
"name": "string",
"description": "string",
"category_uid": "string",
"stock": "number",
"BStock": "Boolean",
"hidden": "Boolean",
"special": "boolean",
"payment_type": "string",
"price": "number",
"setup_fee": "number",
"images(?)": ["object"],
"tax_rate": "number",
"recurring_method(?)": "",
"module_name": "string",
"modules": [
{
"name": "string",
"value": "string"
}
]
]
Input:
{
"name": "string",
"description": "string",
"private": "boolean",
"images(?)": ["id"],
}
Returns:
"uid": "string"
Input:
{
"name": "string",
"description": "string",
"private": "boolean",
"images(?)": ["id"],
}
Input:
{
"name": "string",
"description": "string",
"private": "boolean",
"images(?)": ["id"],
}