OrderStatusModel
Model used to retrieve or set information about a order status.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Order status' name (Required). |
string |
None. |
| Active |
Indicates whether the order status is active or not. |
boolean |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
globally unique identifier |
None. |
| ExternalId |
Unique ID of the model on integrating system (Required). |
string |
None. |