No content to show
User Activity
HI, is it possible to know a shopify payment account status through the API ? I saw the "activated" property in "ShopifyPaymentsAccount" but I dunno if it gets turned to false when a hold (=asking for further documents) happens.
01-24-2025
Hi there, I'm making my webhooks from GraphQL api and trying to check the validity of the webhook but I can't get them to match together. Here is how I proceed: const hmac = req.headers["x-shopify-hmac-sha256"];
const hash = crypto.createHmac("sha256...
Hi! We are actually developping an external checkout for our stores and experimenting stuff with Admin API such as syncing orders with shopify, we succeeded this task gracefully but we saw a little difference between Shopify Checkout Orders and ours,...