Im creating a scenario to query prices on Amazon using Amazon Seller Central. I want to store the data that Amazon Seller Central returns in a database for future use. The database is configured. How do I store the entire output payload into the database document field?
Ideally is there a way to map that entire JSON payload straight into the database?
Welcome to the Make community!
To do this, you can try using the HTTP “Make an OAuth 2.0 request” module —
Sends an HTTP(S) request to a specified URL that requires OAuth 2.0 authorization and processes the response.
Make sure you set the “Parse Response” field to No so that you can access the raw JSON response.
For more information, see https://www.make.com/en/integrations/http, and https://www.make.com/en/help/app/http in the help centre.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.