Productavailabilitysettings
Holds information about product availability.
availableForstring[]
Holds the entities this product is available for. i.e Individuals
Possible values: [INDIVIDUALS, PURE_GROUPS, SOLIDARITY_GROUPS]
branchSettings object
Holds information about branch availability for the product.
availableProductBranchesstring[]
Holds the encoded keys of the branches this product should be available for.
forAllBranchesboolean
Indicates if this product should be available for all branches
Productavailabilitysettings
{
"availableFor": [
"INDIVIDUALS"
],
"branchSettings": {
"availableProductBranches": [
"string"
],
"forAllBranches": true
}
}