Jump to content

Problem with listing order number using PrestaShop 1.6 API Web Service


mm_presta

Recommended Posts

When listing orders number using https://www.xxx/api/orders/ web reference system returns xml file

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<orders>
<order id="1" xlink:href="https://www.xxx/api/orders/1"/>
<order id="2" xlink:href="https://www.xxx/api/orders/2"/>
<order id="4" xlink:href="https://www.xxx/api/orders/4"/>
</orders>
</prestashop>

 

There is no reference to order_id=3.

Could someone has the same problem?

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...