Categories
Categories.create
project_name
(string) - name of online storecategories
(array) - array of objects with categoriescategory_id
(int) - category IDcode
(string) - category codecreation_time
(datetime) - time of creation
{} Request JSON
{
"project_name": "",
"categories": [
{
"category_id": "",
"code": "",
"creation_time": "",
}
]
}
Categories.update
project_name
(string) - name of online storecategories
(array) - array of objects with categoriescategory_id
(int) - category IDcode
(string) - category codelast_update_time
(datetime) - time of last update
{} Request JSON
{
"project_name": "",
"categories": [
{
"category_id": "",
"code": "",
"last_update_time": "",
}
]
}
Categories.delete
project_name
(string) - name of online storecategories
(array) - array of objects with categoriescategory_id
(int) - category IDcode
(string) - category codedeletion_time
(datetime) - time of deletion
{} Request JSON
{
"project_name": "",
"categories": [
{
"category_id": "",
"code": "",
"deletion_time": "",
}
]
}
Changelog
Datum | Typ | Změna |
---|---|---|
5.9.2024 | Categories.create , Categories.update , Categories.delete |
The optimization of the maximum number of records that the endpoint returns is 5000. More records are coming in the next request. |
Next article
Customers