Is it possible to include a list of groups for permission access when importing a pricelist with Litium.Connect.Erp 2.1?
Resource: /Litium/api/connect/erp/imports
{
"priceList": [
{
"id": "TestCompanyPrices",
"active": true,
"name": "TestCompanyPrices",
"currency": "SEK",
"priority": 0,
"includeVat": false,
"permission": ["B2B_users"] // <= List of groups that should have access
}
]
}
Permissions on the price list will be taken from the default permissions for price lists, this is set in the settings / products / product settings and the tab for price lists.