I’m listening to the creation of an order using the webhook, but when creating it, I only get the usual order id instead of the one that can be obtained when using the storefront api. How do I get the key with access to the admin. gid://shopify/id?key=thisWhatIWant
There is also a question if I use the admin api to provide services to users, will I be able to bypass the admin rate limit? for example using the Shopify-Storefront-Buyer-IP header?
Thanks for the call out. For context, the key parameter referenced here is specific to the storefront API and is used to add buyer information to the checkout. When a buyer navigates to checkout, the key is validated and then removed so that is why it’s not returned in the webhook.