Hi Shopify Experts,
I am trying to extract customer id who has been logged into the POS application in the pos extension - ‘pos.home.modal.render’, but unable to do so:
Somewhere I noticed that below could work to extract customer details, but not working for me:
- api.cart.subscribable.initial.customer.id
- api.cart.subscribable.initial.customer.email
- api.cart.subscribable.initial.customer.firstName
- api.cart.subscribable.initial.customer.lastName
Thanks for your support.