You are here:
Create a Size Passport
View and add to your list of Custom-Made sizes in the Point of Sale (POS) app.
Prerequisites:
- Modern POS App build: 6.1.4 21727 or later.
- Platform Support: iPhone and iPad
- Offline Support: no
- Technical Prerequisites:
- An endpoint that is used to generate a token using a POST call.
- Customer should support Web Pages that handle the authentication tokens.
- Customized Products is a web configurator used by some of our customers.
Turn on App Settings
- Go to .
- Under , enter the token service endpoint.
- Under , enter the scope of the token permission, passed in the request as "resource".
- Under , enter the token type passed in the request as "grant_type".
- Under , enter the client ID to call the token service, passed in the request as "client_id".
- Under , enter the client ID to call the token service, passed in the request as "client_secret".
Configure a Size Passport Deep Link
- Add a deep link to a layout cell or in a hamburger menu.
- Select as the deep link type.
-
Add the URL for the size passport endpoint with these parameters:
- : To generate an Azure token so it's passed to the size passport call
- : To indicate that the URL is a DYO endpoint
- : Use the PS tag to be replaced with the user's store ID
- : Use the PS tag to be replaced with the user's ID
Workflow Details
- A token will be generated by the POS app using the values set in CMS.
- After this call is successful, the POS app launches the Custom-Made + Size Passport web app.
- The app receives the ‘’ event if a product is added to the bag. This works out of the box for Custom-Made products.
- After a customer is selected, the app receives the ‘sp-account’ event. The app holds on to this value and log in the customer after a product has been added to the cart.
