Skip to main content

Productbranchconfiguration

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.

Productbranchconfiguration
{
"allBranches": true,
"branches": [
"string"
]
}