Action RequiredPOS Extensions
POS UI Extensions - Cart API: Customer fields removed from subscribable
hook
subscribable
hookThe POS UI Extensions Cart API has been updated, removing the email
, ,
, and
note
Customer fields from the subscribable hook
. Any extension used in POS version 10.0.0 or higher, and any extension targeting API version 2025-01 or higher, won't have access to these fields.
To get this data, update your code to use the to retrieve the customer record from the GraphQL Admin API. To do this, your extension must have the
access scope.
To learn more, read the POS UI Extensions documentation.
Was this section helpful?