Hi, I am using a http request node to send a SOAP API request. I am having trouble understanding how to use the custom auth to store and serve the credentials (api_key, reseller_id) in a way that can be used in the SOAP request.
Does reseller_id and api_key need to be two different custom credentials?
what is the correct way to define them in json in the custom auth?
I’m not an expert on this but taking a stab at it from the documentation I could find.
Synergy’s API’s seem to ingest all of the request through body fields.
This also suggests that it may not really be SOAP, and the request should be getting sent form-url encoded instead of using JSON.
The document also references IP whitelisting, just a call out if that’s not setup yet. https://synergywholesale.com/wp-content/uploads/2024/06/Synergy-Wholesale-API-Documentation-v3-11.pdf
So I would guess you would want to save your custom auth like this:
Hi,
I have whitelisted the IP. My issue is that the reseller_id and the api_key need to be passed within specific tags of the api call.
this is the api call: