Labels

  • labels (array) - array of objects with labels
    • label_id (string) - label ID
    • creation_time (datetime) - time of creation
  • project_name (string) - name of online store
{} Request JSON

{
    "labels": [
        {
            "label_id": "",
            "creation_time": "",
        }
    ],
    "project_name": ""
}       

  • labels (array) - array of objects with labels
    • label_id (string) - label ID
    • last_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 (array) - array of objects with labels
    • label_id (string) - label ID
    • deletion_time (datetime) - time of deletion
  • project_name (string) - name of online store
{} Request JSON

{
    "labels": [
        {
            "label_id": "",
            "deletion_time": "",
        }
    ],
    "project_name": ""
}           
Next article
Categories