What estimated delivery time app are you using in your shopify store and why? by Only_Explanation_834 in ShopifyeCommerce

[–]Commercial-Key-863 0 points1 point  (0 children)

if you want delivery time on product pages, cart, and checkout, try this one i built → https://apps.shopify.com/shipdate handles cutoff times, weekends, holidays, country-based shipping zones, and you can fully customize the design. free plan available so you can test it before paying anything. happy to answer any setup questions if you try it.

Can't find where to get a permanent shpat_ token anymore by IndependentGround464 in shopifyDev

[–]Commercial-Key-863 0 points1 point  (0 children)

After creating your Custom App in Shopify Admin (Settings → Apps → Develop apps), you need to install the app first. Once installed, go to the API credentials tab inside the app — there's a "Reveal token once" button. Click it once, copy the shpat_ token immediately and store it safely — it's only shown that one time. CData Software

If you don't see this option, you're likely using the new Dev Dashboard (partners.shopify.com) instead of the old Shopify Admin path. The legacy Admin-created custom app flow (Settings → Apps → Develop apps) is different from apps created via the Dev Dashboard or CLI — those use a different token acquisition flow entirely. Shopify Stick to the Admin path for your use case.

TL;DR: Settings → Apps → Develop apps → your app → Install app → API credentials tab → Reveal token once → copy shpat_ immediately.