New Shopify Payments Report, Bulk Staff CSV, App Intent Navigation, and More: This Week’s Key Updates

A deep dive into Shopify’s latest merchant and developer changelog releases—including a new Payments activity report, bulk staff CSV import, full‑page app intents, Hydrogen enhancements, and shipping updates—plus actionable steps for you.

New Shopify Payments Report, Bulk Staff CSV, App Intent Navigation, and More: This Week’s Key Updates
9 sections

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 changedadmin.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:

  • Cart session attribution – Signed‑in shoppers keep their account session through checkout, eliminating the guest flow.
  • Cart attributes – Store order‑wide data (gift messages) and per‑line data (engraving text).
  • Standard page‑view events – Every client‑side navigation now fires a page‑view event, closing the analytics gap with Liquid themes.
  • Shop Pay button without shop‑js – The button renders instantly, styled and clickable before any external script loads.
  • Local HTTPS for account development – Test login flows on a trusted https://local.myshopify.dev hostname without tunnels.
  • Pluggable logging – Adjust log verbosity and forward warnings/errors to your own observability stack.Who’s affected – Front‑end developers building custom Hydrogen storefronts and agencies delivering headless experiences.What to do – Enable the preview in your Hydrogen project (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

  • Open the new Shopify Payments activity report and export your month‑end reconciliation.
  • Prepare a staff CSV and bulk‑import new hires or seasonal workers.
  • Review the POS channel page and update your in‑store branding in one click.
  • Apply any checkout field recommendations that make sense for your data strategy.
  • When editing an order’s shipping address, confirm the tax preview updates automatically.
  • If you ship to Europe, start using DHL Express directly from the admin.
  • For developers, test your admin.app.intent.link routes as full pages and adjust UI layouts.
  • Enable the Hydrogen preview to leverage cart attributes, instant Shop Pay buttons, and full‑page analytics.
  • 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.

    Tags
    Sources

    Related Articles

    What’s New on Shopify: Bulk Staff CSV Import, Full‑Page App Intents, Hydrogen Boosts, and More
    Platform Updates

    What’s New on Shopify: Bulk Staff CSV Import, Full‑Page App Intents, Hydrogen Boosts, and More

    A deep dive into the latest Shopify updates for merchants and developers—from bulk staff CSV imports and full‑page app intents to Hydrogen’s new logging, POS redesign, and shipping improvements—plus clear actions to keep your store running smoothly.

    August 22, 20265 min
    Full‑Page Intents, Hydrogen Preview, and a Wave of Merchant Updates – What You Need to Know
    Platform Updates

    Full‑Page Intents, Hydrogen Preview, and a Wave of Merchant Updates – What You Need to Know

    Shopify’s latest churn brings full‑page app intents, a richer Hydrogen toolkit, and several merchant‑focused admin upgrades—from a new POS channel page to automatic tax recalculation. Learn who’s impacted and the exact steps you should take today.

    August 21, 20266 min
    Staying Ahead with Shopify: Recent Updates and Actionable Advice
    Platform Updates

    Staying Ahead with Shopify: Recent Updates and Actionable Advice

    Discover the latest Shopify updates, from personalized checkout field settings to new shipping options and marketing tools, and learn how to make the most of these changes for your business. Get expert advice on navigating recent platform updates and enhancing your store's performance. Stay competitive with the latest Shopify features and best practices.

    August 17, 20263 min
    Shopify agents.md.liquid: Making Your Store Ready for AI Agents
    Platform Updates

    Shopify agents.md.liquid: Making Your Store Ready for AI Agents

    Shopify is introducing agents.md.liquid, a new theme template designed to help AI agents and shopping assistants understand how to discover and interact with a Shopify store

    August 10, 20263 min