Making Authenticated Fetch inside ORDER_CREATED webhook #138
Closed
bendrobinson1998
started this conversation in
General
Replies: 1 comment
-
I don't see the point of making a request from your webhook to your route. Just make a GraphQL call from the webhook itself. You have the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Harshdeeep / community,
I'm struggling to make a fetch request to a userRoute that makes a client request to admin API. It's returning:
My fetch code in my web hook:
And my server route:
Any help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions