No content to show
User Activity
01-02-2024
Ok. It seems that my code is correct. Postman was messing with the body which gave an incorrect HMAC. I used my code to process real life posts from the webhook and it succeeded. For anyone else having the same issue; ensure that the body in Postman ...
01-02-2024
I'm attempting to validate webhook requests using HMAC. I'm following the example given here;https://shopify.dev/docs/apps/webhooks/configuration/https I've make some changes because I'm not using Flask, but Odoo. My code is digest = hmac.new(secret....
05-17-2023
Thanks for responding. The response is;{"errors":"Not Found"}Is there a way to get this via the graph API?
05-16-2023
In order to import sale orders into another system, I need to create payment methods, appropriate journals, etc in the destination so that when I retrieve a sales order, I can set the appropriate payment method for the order. However, I don't seem to...
05-15-2023
I'm trying to integrate Shopify to an ERP system that manages sales and inventory amongst other things. I want to be able to create delivery orders against the correct locations in the ERP. I can query fulfillmentOrders for a given sales order and ge...