No content to show
User Activity
I've looked into doing that but it is really messy. Depending on which order the webhooks get fired/picked up by my code, I can end up with an inventory id that I don't yet have a product variant for (so I just have to store it in my local db expec...
I received a response from Shopify tech support on this. They basically said: 1) The inventory_management in the webhook was removed as part of the separation of products/variants and inventory in their object model.2) Covered in this release note --...
woops. typo. Hear back not here back.
I went back to 2024-04 webhooks for now. I submitted a ticket about this to Shopify customer support yesterday. Will let you folks know if I here back with anything.
I ran into this too. Just spend hours debugging a problem in our app and it looks like I'm hitting the exact thing you refer to -- inventory_management missing in the latest webhook version. Would love to see this addressed. -Jeff
01-06-2022
I'm trying to create a metafield definition on PRODUCT owner type using GraphQL API, but there are existing metafield values for the namespace/key I'm using. When I use metafieldDefinitionCreate, I end up with the error "Namespace and key is already ...
I can successfully verify the HMAC of a Webhook matching the X-Shopify-Hmac-Sha256 header against the SHA256 hash of the body -- both for private apps and for public apps. However, the hash only hashes the body, not the id of the shop which is in the...