GetOrderStatusList

Downloading the order status list. The list can be shortened using the _offset and _limit parameters.

  • Input data type => object
  • Output data type => array

Input parameters

  1. _session_hash (string)
  2. Required. Session identifier (received during login - doLogin)

  3. _offset (integer)
  4. Specifies the offset of the results by a specified offset.

  5. _limit (integer)
  6. Specifies the number of results in the query.

  7. _modified_from (dateTime)
  8. Specifies the modification date from which the results will be displayed. Time in unixtime.

  9. _modified_to (dateTime)
  10. Specifies the modification date to which the results will be displayed. Time in unixtime.

Output data

  1. created_at (dateTime)
  2. Entry creation date.

  3. updated_at (dateTime)
  4. Date of last entry modification.

  5. id (integer)
  6. Identifier

  7. opt_name (string)
  8. Name.

  9. type (string)
  10. Type.