Order Retrieval using the API #252
Replies: 2 comments
-
Hey Rob, could you send us an example of the webhook endpoint? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has been resolved. |
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
-
I have a situation where an order is placed (order.submitted), and a web hook event fired to my endpoint. The endpoint then retrieves the order data from Swell. The problem is that there is data missing in the response. This is custom data that has been added to the order schema. If I go back and use Postman or replay the event (raw data is captured), the custom data shows up.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions