Magento: How to filter orders for today's date for SOAP API v2 in XML? -


i guess question soap formatting. i'm trying build klipfolio dashboard display today's order in our magento shop.

how format created filter request todays's orders? must doing incorrectly cause empty response.

edit: there's no additional code involved. once request working paste klipfolio.

<x:envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:magento">     <x:header/>     <x:body>         <urn:salesorderlist>             <urn:sessionid>xxx</urn:sessionid>             <urn:filters>                    <filter soap-enc:arraytype="ns1:associativeentity[1]" xsi:type="ns1:associativearray">                         <item xsi:type="ns1:associativeentity">                             <key xsi:type="xsd:string">created_at</key>                             <value xsi:type="xsd:string">2017-08-15 14:00:00</value>                         </item>                 </filter>                 <urn:complex_filter/>             </urn:filters>         </urn:salesorderlist>     </x:body> </x:envelope> 


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -