The CSaleOrder class provides complete functionality for handling the e-Store
orders.
Methods
Method | Description |
GetList |
Retrieves an optionally sorted and filtered list
of orders. |
GetByID |
Returns the order parameters. |
PayOrder |
Changes the value of the PAYED field (sets the order as paid). |
DeliverOrder |
Modifies the value of the ALLOW_DELIVERY field. |
CancelOrder |
Modifies the value of the CANCELED field of the specified order. |
StatusOrder |
Changes the value of the STATUS_ID (order status). |
CommentsOrder |
Sets a new value (text) of the order COMMENTS field. |
Delete |
Deletes an order. |
Add |
Creates a new order based on the supplied parameters. |
Update |
Replaces parameters of an order with the new ones. |