jbike Posted October 12, 2013 Share Posted October 12, 2013 (edited) Hi there,I have a problem with the change of status of the order in PS. I still get the same error:<prestashop xmlns:xlink="http://www.w3.org/1999/xlink"><errors><error><code><![CDATA[85]]></code><message><![CDATA[Validation error: "Property Order->id_address_delivery is not valid"]]></message></error></errors></prestashop> I tried to solve it in different ways, eg : 1. Test<prestashop xmlns:xlink="http://www.w3.org/1999/xlink"><order><id>8</id><id_address_delivery xlink:href="http://myshop/api/addresses/8">8</id_address_delivery> 2. Test <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"><order><id>8</id><id_address_delivery>8</id_address_delivery> 3.Test <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"><order><id>8</id><id_address_delivery xlink:href="http://myshop/api/addresses/8"></id_address_delivery> 4.Test <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"><order><id>8</id><id_address_delivery/>Response :<prestashop xmlns:xlink="http://www.w3.org/1999/xlink"><errors><error><code><![CDATA[85]]></code><message><![CDATA[Validation error: "Property Order->id_address_delivery is empty"]]></message></error></errors></prestashop>Please help Edited October 12, 2013 by jbike (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts