Jump to content
  • 0

Problem z wykonaniem metody PUT


VaricoKon

Question

Witam,
Używam PrestyShop 1.7 i mam problem z wykonaniem metody PUT, odwołującej się do API. Metody GET oraz POST działają bez problemy, jednak gdy próbuje wysłać PUT dostaje taki błąd:

    <H1>400 Bad Request</H1>
    Your browser sent a request that this server could not understand.

 

Próbuje dodać ilość do dodanego produktu, na adres /api/stock_availables/id, wysyłany xml wygląda następująco:

 

<?xml version="1.0" encoding="UTF-8"?>
<root>
<stock_available>
<depends_on_stock>0</depends_on_stock>
<id>1</id>
<id_product>1</id_product>
<id_product_attribute>0</id_product_attribute>
<id_shop>1</id_shop>
<id_shop_group>0</id_shop_group>
<out_of_stock>2</out_of_stock>
<quantity>1799</quantity>
</stock_available>
</root>

 

Każde inne zapytanie PUT na inne adresy odpowiadają tym samym błędem. Co może być problemem? Zły format xmla, jeżeli tak to jak powinien wyglądać dobry. Próbowałam już wielu rzeczy ale nic nie pomaga ;( Ktoś wie co można zrobić?
 

Proszę o pomoc i dziękuje z góry za każdą wypowiedź.
 
Pozdrawiam serdecznie.
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...