Http 500 internal Server Error

Hello

I recently created a connection using an http make request to Wayfair. My aim is to update inventory field in Wayfair from a google sheet and get order list.

Wayfair using a graphql for their API request, my authentication request was successful but I keep getting error 500 when i sent http post request for the inventory update.

My http is mapped sure that I have my query code and also my variables code for the update to the particular endpoint. Any solution on how to clear this error please

Does their api need authentication? Can you point us to the api docs for way fair?

yes it needs authentication, thanks for the response wayfair documentation

Thanks :pray: I got the solution, I wasn’t formatting my graphql properly in my post request body.

I later used graphql to JSON converter tool to correct that

2 Likes