“Display JSON” Option Prevents Actual Feed Submission
Context
In the Amazon Marketplace module for PrestaShop, you can manually submit products or offers from the Catalog > Amazon tab.
There is an option available: Display JSON.
What “Display JSON” Does
This option enables a simulation mode.
- It allows you to see the exact data (in JSON format) that would be sent to Amazon.
- It's useful for debugging or reviewing the data before submitting.
Important: Nothing is Sent!
If this option is enabled:
- The module will not send any data to Amazon
- No feed report will be generated
- This is expected behavior
Solution
Before actually submitting your products or offers to Amazon:
- Uncheck the Display JSON option
- Then click Send
If successful, a submission report will be created.
Summary
Situation | Result |
---|---|
“Display JSON” enabled | Simulation mode, nothing is sent |
“Display JSON” disabled | Real feed is sent, report is generated |
Tip: Use this option only for testing. Disable it when you're ready to send the real data.
Updated on: 28/07/2025
Thank you!