标签: magento rest magento-1.8
如何在Rest Api的帮助下通过修改日期过滤magento订单?
现在我使用过滤器:filter[1][attribute]=created_at&filter[1][from]={xxx}&filter[1][to]={xxx}使用GetOrders api调用,但我需要这样的内容:
filter[1][attribute]=created_at&filter[1][from]={xxx}&filter[1][to]={xxx}
filter[1][attribute]=modified_at&filter[1][from]={xxx}&filter[1][to]={xxx}