curl --location --request GET 'https://services-qa.roofhub.pro/branches/v2/activeBranchProducts/?ExtendedAttributes=&CustomerCode' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json'
[
{
"productId": 6706,
"productName": "Atlas GlassMaster 30 Shingles",
"productOptions": [
"36\" x 12\" Black Shadow",
"36\" x 12\" Hearthstone Gray",
"36\" x 12\" Weathered Wood"
],
"productVariant": [
{
"variantId": 0,
"selectedOption": "36\" x 12\" Black Shadow",
"uoMs": [
"SQ",
"BD"
]
},
{
"variantId": 0,
"selectedOption": "36\" x 12\" Hearthstone Gray",
"uoMs": [
"SQ",
"BD"
]
},
{
"variantId": 0,
"selectedOption": "36\" x 12\" Weathered Wood",
"uoMs": [
"BD",
"SQ"
]
}
]
},
{
"productId": 94860,
"productName": "Atlas Pinnacle Impact IR Shingle",
"productOptions": [
"14\" x 42\" Desert Shake",
"14\" x 42\" Weathered Wood"
],
"productVariant": [
{
"variantId": 0,
"selectedOption": "14\" x 42\" Desert Shake",
"uoMs": [
"BD"
]
},
{
"variantId": 0,
"selectedOption": "14\" x 42\" Weathered Wood",
"uoMs": [
"BD"
]
}
]
}
]