Depositproductavailabilityconfiguration
Holds information about product availability.
branchSettings object
Holds information about branch availability for the product.
allBranchesboolean
Indicates if this product should be available for all branches
branchesstring[]
Holds the ids of the branches this product should be available for.
forGroupsboolean
Marks this product as available for groups.
forIndividualsboolean
Marks this product as available for individuals.
Depositproductavailabilityconfiguration
{
"branchSettings": {
"allBranches": true,
"branches": [
"string"
]
},
"forGroups": true,
"forIndividuals": true
}