bheyde
1/12/2019 - 12:19 AM

Load orders by date/time stamp

Get first 100 orders after a certain date.

{
	"Store_Code": "beta",
	"Function": "OrderList_Load_Query",
	"Miva_Request_Timestamp" : "1535646272",
	"Count": "100",
	"Offset": "0",
	"Filter": [
		{
			"name": "search",
			"value": [
				{
					"field": "orderdate",
					"operator": "GT",
					"value": "1547251602"
				}
			]
		},
		{
			"name": "ondemandcolumns",
			"value": [
				"payment_module",
				"cust_pw_email",
				"cust_login",
				"ship_method",
				"customer",
				"items",
				"charges",
				"coupons",
				"discounts",
				"payments",
				"payment_data",
				"notes",
				"CustomField_Values:customfields:*"
			]
		}
	]
}