Skip to main content

Depositproductavailabilitysettings

Holds information about product availability.

availableForstring[]

Possible values: [INDIVIDUALS, PURE_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

Depositproductavailabilitysettings
{
"availableFor": [
"INDIVIDUALS"
],
"branchSettings": {
"availableProductBranches": [
"string"
],
"forAllBranches": true
}
}