Shopify rolled out a batch of powerful updates that affect both store owners and the developers building on the platform. From clearer financial reporting to smoother staff onboarding, full‑page app intents, and new Hydrogen capabilities, these changes can streamline operations, improve the merchant experience, and unlock fresh development possibilities. Below we break down each update, explain who it impacts, and give you concrete steps to take right now.
Shopify Payments Activity Report
What changed – A brand‑new “Shopify Payments activity report” aggregates starting balance, gross activity, fees, payouts, and ending balance for any date range. It lives under Finance > Documents > Shopify Payments activity report or on the Payouts page. Unlike the traditional payout‑by‑payout export, this view is organized by transaction dates, giving a timeline‑style snapshot of money movement.Who’s affected – Merchants who reconcile finances, accountants, and finance‑focused teams.What to do – Open the report at month‑end or whenever you need to verify balance changes. Export it as a PDF for record‑keeping or import it into your accounting software. No code changes required, just a new UI workflow.
Bulk Staff Setup with CSV Import
What changed – You can now create, suspend, or reactivate staff accounts in bulk by uploading a CSV file. The feature lives under Settings > Users > Import, and Shopify provides a sample template.Who’s affected – Merchants with large or seasonal teams, POS managers, and anyone handling rapid staff turnover.What to do – Download the template, fill in columns (email, first name, last name, role, POS PIN, status), and upload. The system will process creates, suspensions, and reactivations in one pass. Test with a small batch first, then roll out to full staff lists.
Redesigned Point‑of‑Sale Channel Page
What changed – The POS channel page now opens with a “Customize the in‑store experience” section that previews lock screens, customer displays, and receipts. One‑click links launch the POS editor for each element. An Analytics pane shows real‑time sales, orders, discounts, and returns, filterable by location.Who’s affected – Brick‑and‑mortar merchants, retail managers, and POS staff.What to do – Navigate to Point of Sale in Admin and explore the new layout. Use the quick‑edit links to adjust lock screens or receipt designs. Grant staff analytics permissions if they need the performance view. No code changes required.
Checkout Field Recommendations
What changed – Eligible stores now see AI‑driven recommendations on the Checkout settings page. Suggestions may include collecting email‑only contact, making first/last name required, or optionally asking for a shipping‑address phone number.Who’s affected – All merchants, especially those looking to improve post‑purchase marketing and customer data quality.What to do – Open Settings > Checkout, review the “Recommended changes” panel, and apply any suggestions that align with your workflow. Changes are only applied when you click “Apply”, so existing setups stay untouched until you approve.
Automatic Tax Recalculation on Shipping‑Address Change
What changed – When you edit an order’s shipping address, Shopify now recalculates tax rates based on the new destination before you save. You’ll see a preview of the updated tax amount and any payment difference.Who’s affected – Merchants handling address changes, international sellers, and finance teams that need accurate tax reporting.What to do – In the order editor, change the shipping address, review the tax preview, and either issue an invoice for a payment difference or adjust the order as needed. No developer work required, but be aware that tax‑automation apps may need to respect the new preview flow.
DHL Express Availability in Europe
What changed – DHL Express is now natively supported in the UK, Germany, France, Italy, and Spain. Merchants can buy domestic and international DHL labels directly from the admin without a third‑party app or separate DHL account.Who’s affected – European merchants who ship fast‑delivery orders and want a streamlined label‑creation workflow.What to do – Open any order, click “Create shipping label”, and select DHL Express. Review the rates, print the label, and ship. If you rely on a custom shipping‑rate app, verify that the native DHL option appears as expected.
App Intents Now Open as Full‑Page Navigation
What changed – admin.app.intent.link extensions now navigate merchants to the declared URL as a full‑page view, matching Shopify’s native admin intents. Previously they opened in an overlay modal. The fallback to a modal only occurs when the merchant has unsaved changes on the current page.Who’s affected – Developers with apps that declare admin_link extensions using the admin.app.intent.link target.What to do – No code change is required for the navigation itself, but test your intent route as a standalone page. Ensure layouts that assumed a narrow overlay now expand to full width, and keep the modal fallback UI intact. Verify that your route still reads the payload from shopify.intents.request.value and registers tools via shopify.tools.register. Test in a dev store, invoke the intent from Sidekick, and confirm the page loads with the substituted path parameters.Example manifest snippet:
toml
[[extensions.targeting]]
target = "admin.app.intent.link"
url = "/app/campaigns/{id}/edit"
tools = "./tools.json"
instructions = "./instructions.md"
Hydrogen Developer Preview – August 2026
What changed – The preview adds several developer‑focused features:
https://local.myshopify.dev hostname without tunnels.shopify hydrogen preview enable). Update your cart handling to read cart.sessionId for attribution, add cartAttributes and lineItemAttributes as needed, and replace the Shop Pay script tag with the built‑in component <ShopPayButton/>. Switch your local dev server to HTTPS (see the preview docs) and configure your logger (createLogger({level: "info", destination: "sentry"})). Test page‑view events in your analytics dashboard to confirm they fire on every navigation.Take Action Today
Staying on top of these updates will keep your store running smoothly, reduce manual effort, and give your customers a more polished experience. Need help implementing any of these changes? Reach out in the Shopify Community forums or contact a certified Shopify Expert.


