|
Parameters |
|
Description |
Passed |
Returned |
Method returns details of specified order. |
1 |
17 |
Syntax
ItemResult BM::GetOrder_API(
Int OrderID.
)
returns
Int OrderID - requested order ID;
Str OrderNumber - requested order number;
Int VendorAccountID - vendor account ID (provider or reseller);
Int CustomerID - customer account ID;
Str OrderStatusID - requested order status;
Str OrderTypeID - requested order type;
Int CreationTime - order creation time in Unix format;
Int OrderDate - order creation date in Unix format;
Double Total - order total sum, without taxes and discounts;
Double TaxTotal - total of taxes;
Double DiscountTotal - total of discount applied to the order;
Double MerchTotal - order total, including taxes and discount amount;
Str Comments - free form order description;
Int ExpirationDate - order expiration date in Unix format;
Str PromoCode - promotion code applied to the order;
Int SalesBranchID - sales branch ID;
Int SalesPersonID - sales person ID.
Special Notes
Int OrderID - requested order ID.