POS Extensions
POS UI Extensions 2025-01 Update
As of January 20, we added the following updates to POS UI Extensions:
Breaking Changes
- Removed the deprecated ActionItem component. Use a Button instead.
- Removed the deprecated SmartGridApi. Use the ActionApi instead.
- Removed the deprecated DiscountType. Use CartDiscountType and LineItemDiscountType instead.
- Removed the deprecated
badge
prop from the List component. Usebadges
instead. - Removed the deprecated
type from the TextField component.
- Deprecated
'vertical'
and'horizontal'
as values for thedirection
field in the Stack component. - Deprecated the
field in the Stack component.
- Deprecated the
flex'
field in the Stack component. - Deprecated the
field in the Stack component.
- Deprecated the
and
fields in the Stack component.
- Removed
prop from the FormattedTextField component.
- Removed
email
,,
, and
note
from the Customer object.
Features
- Added PrintApi and a PrintPreview component.
- Added
currency
prop to the SessionApi. - Cart API updates:
- Added
function for single-operation cart updates.
- The
and
functions now return a UUID for the added line item.
- Added
- Added Box component.
- Enhanced the Stack component. New fields include
,
, and
, as well as numerous new sizing and spacing options.
- Added Sizing and fill options to theImage component.
All of the changes are available for POS UI extensions version 2025-01 and POS app version 9.26.0. See the version log for all version details.
Was this section helpful?