You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i'm using your library Selling Partner API for PHP on github and i read about the passage from xml to json format.
I see that you've created the Transformers library that can convert easily the xml file to json file, but i don't understand than in which way i can send the json file through your selling partner api.
Until now to send xml for inventory data (asin quantity) files i call the library FeedsApi with feedtype POST_INVENTORY_AVAILABILITY_DATA, than i send the xml feed with $feedsApi->createFeed.
With your json transformers i see that the library will create a json file, but than in which way i must send the json to amazon with your sp-api php library?
Greetings
The text was updated successfully, but these errors were encountered:
The process for sending the JSON feed is exactly the same as the process for sending the XML feed – you just replace the feedtype in the call with JSON_LISTINGS_FEED:
Hi,
i'm using your library Selling Partner API for PHP on github and i read about the passage from xml to json format.
I see that you've created the Transformers library that can convert easily the xml file to json file, but i don't understand than in which way i can send the json file through your selling partner api.
Until now to send xml for inventory data (asin quantity) files i call the library FeedsApi with feedtype POST_INVENTORY_AVAILABILITY_DATA, than i send the xml feed with $feedsApi->createFeed.
With your json transformers i see that the library will create a json file, but than in which way i must send the json to amazon with your sp-api php library?
Greetings
The text was updated successfully, but these errors were encountered: