Configure your POS access URL
On this page
Add a store variable to create a URL that staff use to reach the POS. You only need to do this once per store, when you first set POS up.
Choose a path or a subdomain
Both options work the same way once set up. Choose before you start:
- A path off your store’s domain (
shop.example.com/pos) if you would rather not manage a POS subdomain through your DNS provider. - A subdomain (
pos.shop.example.com) if you want the POS on its own hostname. This requires a DNS record for the subdomain.
Option 1: add a path off your store’s domain
- Open your Store record in Salesforce.
- Go to Key Relationships > Store Variables and select New.
- Enter the variable details:
- Name:
POS Path - Key:
pos_path - Value:
pos
- Name:
- Select Save.
Staff can now sign in to the POS at shop.example.com/pos.
Option 2: use a subdomain for POS access
- Open your Store record in Salesforce.
- Go to Key Relationships > Store Variables and select New.
- Enter the variable details:
- Name:
POS Domain - Key:
pos_subdomain - Value:
pos
- Name:
- Select Save.
Staff can now sign in to the POS at pos.shop.example.com.
Access a POS register via URL
Salesforce admins can use this method to test a POS connection. You need the register code, which was set when the outlet was created, for example myoutlet-location-123.
- In your browser, go to the POS URL you configured above.
- Sign in using your Salesforce credentials.
- Follow the prompts and enter the register code.
The browser now behaves as a POS register for that outlet.
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.