Replies: 1 comment 6 replies
-
Hi @JesusR25 We recommend the following approach:
For more information on error handling, refer to the Handling listings item issues guide. Thanks, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am looking for a way to retrieve the entire listing of my account. The listings endpoint didn't work for me, so I used the /reports endpoint to get the GET_MERCHANT_LISTINGS_ALL_DATA report.
Now, what I want to do is keep this listing updated in my database through notifications.
When saving the listing obtained from the report, I find two possible approaches:
Retrieve all the SKUs from my report and make a query to the /listing endpoint to fetch and save that information in my DB.
Save the report data exactly as it comes, without making additional queries.
I'm not sure which of the two approaches to take, as I assume I need to consider the structure of the notification. Could you help recommend which approach to follow? Or if you can help me resolve the error?
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions