|
Parameters |
|
Description |
Passed |
Returned |
Method returns the list of orders of specified type and status. |
4 |
19 |
Syntax
ListResult BM::OrderByStatusListGet_API(
Int VendorAccountID;
Str OrderTypeID;
Str OrderStatusID;
Int SortNo.
)
returns
Int OrderID - order ID;
Str OrderNumber - order number;
Int CustomerID - customer account ID;
Str CustomerName - customer account name;
Str OrderStatus - requested order status;
Str OrderType - 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;
Int ExpirationDate - order expiration date in Unix format;
Str PromoCode - promotion code applied to the order;
Int SalesBranchID - sales branch ID;
Str SalesBranchName - sales branch name;
Int SalesPersonID - sales person ID;
Str SalesPersonName - sales person name;
Str Comments - free form comments to the order.
Special Notes