powered by
Get order history from start date to end date.
get_order_history(sdt, edt, prdt_code, zip_flag = TRUE)
Order history data frame
A string specifying start date "YYYYMMDD"
A string specifying end date "YYYYMMDD"
A string specifying account product code
A boolean specifying choosing important columns
# get order history if (FALSE) { get_order_history("20") }
Run the code above in your browser using DataLab