Marketplacer has several places within the platform in which a seller or operator is able to add tax codes, for more information please view this article.
For situations where an operator would like more control over these values, we have added an optional toggle to the finance settings page which will force validation of these codes when they are entered.
For example, an Operator may have specific codes they wish a seller to use, to ensure the tax calculation service get the information it requires at time of purchase.
This option can be toggle via Configuration - Finance Settings :
Note that you are unable to add, edit or delete codes via the UI, you must input them via our GraphQL, an example is below:
Codes can be added, and descriptions of existing codes can be edited, however you are unable to delete codes once they have been added, this would result in products with codes mapped to them no longer being valid.
An operator is able to retrieve the list via CSV from the finance settings page.
The CSV will display as below:
Sellers are also able to view this list of applicable codes when the create or edit products
When an invalid tax code is selected, the below message will be displayed
They can also view the this in the bulk product upload UI
Finally, the list is available via the GraphQL for both sellers and operators if required.
Note that the above option to download the available tax codes is only visible if the option within the finance settings page is toggled on.
If tax codes are added prior to the toggle for validation being turned on, they will persist with their current values. They will only be validated against the tax code list if they are edited or updated.
Related articles