fraizor Posted June 6 Posted June 6 I had been hitting my head with the wall for the previous 3 days trying to add a tracking code to an order through Prestashop webservice i tried POST and MODIFY requests but non are working every request i try either return the need of a unrelated data, or it caused the order page to crash ! PUT/POST request (causes the order page in BO to crash ! ) <prestashop>\n\t<order>\n\t\t<shipping_number>123</shipping_number><id_address_delivery>12352</id_address_delivery><id_address_invoice>12352</id_address_invoice><id_cart>26565</id_cart><id_currency>3</id_currency><id_lang>1</id_lang><id_customer>14186</id_customer><id_carrier>48</id_carrier><module>codwfeeplus</module><payment>Cash on delivery with fee (COD) PLUS</payment><total_paid>0.000000</total_paid><total_paid_real>0.000000</total_paid_real><total_products>0.400000</total_products><total_products_wt>0.420000</total_products_wt><conversion_rate>1.000000</conversion_rate><id>13430</id>\n\t</order>\n</prestashop> any one have a sample code of editing order's tracking code ? Share this post Link to post Share on other sites More sharing options...
Hamilton Posted June 6 Posted June 6 This doesn't directly address the exact function you are asking about, but for the last years, I have been using this paid module to batch import tracking numbers and change the status to shipped: https://addons.prestashop.com/en/delivery-tracking/31050-tracking-numbers-import.html 1 Share this post Link to post Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now