A cart a staff member starts building is saved automatically, so another device or another staff member can pick it up and take it all the way through checkout. A cart built on the floor while helping a customer can be handed straight to the register.
A cart built on a mobile device on the floor can only be checked out on that device. Moving to the register means relaying it verbally or ringing it up again.
Saved automatically even mid-build. Any device can open the same cart and keep going, and a different staff member can take it straight through to payment.
| Item | Before | Cart sharing |
|---|---|---|
| Saving a cart | On the device Stays on the device that created it | Auto-save Saved from the moment you start building it |
| Continuing on another device | Not possible (re-enter everything) | Possible Open it from any device |
| Handing off to another staff member | Communicated verbally or by note | Yes Can complete checkout in place |
| Serving multiple customers at once | Switching carts isn't part of the design | Can switch Can move back and forth between per-customer carts |
| Visibility into open carts | Not documented | Dedicated view Filtered to the logged-in staff member by default |
| Converting to a draft order | Not documented | One swipe |
Your team's open carts are organized into a single list.the default filter is the logged-in staff member, so you see only your own carts first. Clear the filter and you can reach the whole team's carts.
For carts that don't close on the spot, you canconvert them to a draft order with a single swipe. From there they plug into existing draft order flows, such as following up later or sending a payment link.
All POS Pro merchantsare covered. Whether it's available on POS Lite is not documented.
This feature ships in version 11.11 . You'll need every device in the store on the same app version.
What used to be "temporary state local to the device" becomes a shared resource you can access across devices. Offline behavior and conflicts (opening the same cart on two devices at once) are not documented = an area that needs testing on real hardware.
The changelog only covers the POS app feature itself; whether carts can be manipulated from the Admin API or POS UI Extensions isnot documented. You'll need to check the developer documentation before designing an integration with external systems.
Since the person who builds the cart and the person who rings it up are now different, you have to decide up front how per-staff sales will be counted. How staff attribution is recorded on a cart is not documented = the more your store relies on incentive programs, the more you need to confirm this in advance.
The cart view is filtered to the signed-in staff member by default. If staff are going to take over each other's carts, failing tospell out clearing the filter in your operating procedurewill lead to "I handed it over but I can't find it."
Being able to turn a cart into a draft order with a single swipe meansyou can feed unclosed in-store carts into the existing Flow / app / webhook setups that are triggered by draft orders. Follow-up emails, inventory holds, pay-later links and the like can be connected using what you already have. That said, which metadata ends up on the converted draft order is not documented.