Order statuses

  • statuses (array) - array of objects with order status
    • order_status_id (string) - order status ID
    • creation_time (datetime) - time of creation
  • project_name (string) - name of online store
{} Request JSON

{
    "statuses": [
        {
            "order_status_id": "",
            "creation_time": ""
        }
    ],
    "project_name": ""
} 
  • statuses (array) - array of objects with order status
    • order_status_id (string) - order status ID
    • last_update_time (datetime) - time of update
  • project_name (string) - name of online store
{} Request JSON

{
    "statuses": [
        {
            "order_status_id": "",
            "creation_time": ""
        }
    ],
    "project_name": ""
}  
  • statuses (array) - array of objects with order status
    • order_status_id (string) - order status ID
    • deletion_time (datetime) - time of deletion
  • project_name (string) - name of online store
{} Request JSON

{
    "statuses": [
        {
            "order_status_id": "",
            "creation_time": ""
        }
    ],
    "project_name": ""
}   
Next article
Products