Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.08 KB

File metadata and controls

17 lines (13 loc) · 1.08 KB

ProcessStatus

Properties

Name Type Description Notes
id int The process status id. [optional]
entity_id string The id of the object being processed. E.g. in case of a shipment process id, you will receive the id of the order item being processed. [optional]
event_type string Name of the requested action that is being processed. [optional]
description string Describes the action that is being processed. [optional]
status string Status of the action being processed. [optional]
error_message string Shows error message if applicable. [optional]
create_timestamp \DateTime Time of creation of the response. [optional]
links \Swagger\BolClient\Model\Link[] Lists available actions applicable to this endpoint. [optional]

[Back to Model list] [Back to API list] [Back to README]