Configuring commerce components in NewStore Associate App
To configure the following commerce components in NewStore Associate App, use the NewStore Associate App Configuration API.
Use the Get app configuration method to retrieve the current configuration for NewStore Associate App in your business.
Configuring barcode types
Specify the barcode types such as EAN13
or QR
, which can be scanned
via NewStore Associate App.
Configure at least one barcode type to enable associates to use NewStore Associate App.
- Use the Update app configuration method.
- In
commerce_components
>barcode_types
, specify the barcodes that can be scanned via NewStore Associate App.
Configuring gift cards as products
To enable retailers to sell gift card
s as products during checkout in
NewStore Associate App, you must:
Products that match the product ID and the regular expression are identified as gift cards in NewStore Omnichannel Cloud. See Selling gift cards .
Configuring the product ID of the gift card
To add the product ID of a gift card in NewStore Associate App:
- Use the Update app configuration method.
- In
commerce_components
>gift_card_product_id
, specify the product ID. For example2000081
.
Configuring the regular expression of the gift card
To add the regular expression of a gift card in NewStore Associate App:
- Use the Update app configuration method.
- In
commerce_components
>gift_card_regexp
, specify the expression. For example,^(\\d{12})$
.
Related topics