FAQ
Is there a fixed list of Price Tags?
While there isn't a fixed list we would recommend that developers use meaningful and consistent names.
Example
If there is a sale price in UK and in Germany then use SALE_UK
and SALE_DE
.
Formatting
- Maximum Length - 20 Characters - Any longer than this and they will be truncated.
- Full capitals
- Instead of spaces either
_
or-
is used. - Do not repeat tags with different casing.
How can I refer a user back to the integration wizard post completion?
By returning the StepName
in the user config as anything other than UserConfig
.
This can be especially helpful when the user needs to update information such as new authorization or settings.
Updated about 21 hours ago