Hi,
My app is based on the current (2022-10-04) example node Shopify App from the docs, I’ve got a real basic express handler for a particular POST request but the body params are missing when I POST to this endpoint.
query string params work, but, **req.body**
is completely blank!
I have tried sending both **application/json**
and **application/x-www-form-urlencoded**
types.
Sending a query string works fine & comes back with the additional Shopify parameters such as: logged_in_customer_id, timestamp etc
I cannot find anything substantial on google/stackoverflow/shopify forms forgive me if this has been covered before.
Any suggestions would be really helpful, thanks!