ezorderstatus
Summary
Contains information about an order status.Persistent
Yes.Attributes
Attribute | Type | Static* | Description |
---|---|---|---|
id |
string |
Yes. |
The ID number of the status. |
status_id |
string |
Yes. |
The global ID number of the status. |
name |
string |
Yes. |
The name of the status (for example "Delivered"). |
is_active |
string |
Yes. |
1 if the status is active, 0 otherwise. |
is_internal |
boolean |
No. |
TRUE if the status is one of the built-in/internal statuses, FALSE if it is a custom status. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Balazs Halasy (21/04/2005 11:45 am)
Svitlana Shatokhina (12/03/2007 10:56 am)
Comments
There are no comments.