ezorderitem
Summary
Contains information about order items.Persistent
Yes.Attributes
| Attribute | Type | Static* | Description |
|---|---|---|---|
| id | string | Yes. | The ID number of the order item. |
| order_id | string | Yes. | The ID number of the order that the order item is associated with. |
| description | string | Yes. | The description of the order item. |
| price | string | Yes. | The price of the order item. |
| vat_value | string | Yes. | The VAT value. |
| is_vat_inc | string | Yes. | 1 if the price includes the VAT, 0 otherwise. |
| type | string | Yes. | The type of the order item. This string reveals which part of the system that added the item (for example "ezsimpleshipping"). |
| price_inc_vat | integer | No. | The price of the order item including the VAT. |
| price_ex_vat | integer | No. | The price of the order item excluding the VAT. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Julia Shymova (17/05/2007 12:43 pm)
Julia Shymova (22/05/2007 9:25 am)




Comments
There are no comments.