Labels
Labels.create
labels
(array) - array of objects with labelslabel_id
(string) - label IDcreation_time
(datetime) - time of creation
project_name
(string) - name of online store
{} Request JSON
{
"labels": [
{
"label_id": "",
"creation_time": "",
}
],
"project_name": ""
}
Labels.update
labels
(array) - array of objects with labelslabel_id
(string) - label IDlast_update_time
(datetime) - time of last update
project_name
(string) - name of online store
{} Request JSON
{
"labels": [
{
"label_id": "",
"last_update_time": "",
}
],
"project_name": ""
}
Labels.delete
labels
(array) - array of objects with labelslabel_id
(string) - label IDdeletion_time
(datetime) - time of deletion
project_name
(string) - name of online store
{} Request JSON
{
"labels": [
{
"label_id": "",
"deletion_time": "",
}
],
"project_name": ""
}
Next article
Categories