No content to show
User Activity
I haven't found anything that works better than your solution
Where in the Checkout UI Extensions API is that checkout_url available? Have been unable to locate the URL to append after "login?"
03-28-2024
I'm building a checkout extension and would like to include a link to prompt customers to log into their shop account. The login link in Shopify's checkout (next to the Contact field) includes a checkout URL so the customer is redirected back to the ...
11-16-2023
Hello, I'm building an app extension, and when I receive a request to my site I get the params:hmac = '3a.....'
shop = '{shop}.myshopify.com'
session = '885.......'et.I can authenticate using hmac, however, I'm curious if there is any information I c...
10-12-2023
We work with Shopify stores and would like to know what browser an order was placed on (Chrome, Safari, etc.). Are there any webhooks or API endpoints that give this information? I saw some browser information was stored on user_agent but that doesn'...
10-08-2023
When I query the transaction object for a specific order I don't see the additional payment_details listed in the docs here such as credit_card_wallet. I'm querying the transaction object by navigating to the admin URL for the order and appending /tr...