SRS Integration Partner Services
HomeV1 APIsV2 APIs
HomeV1 APIsV2 APIs
  1. Branches
  • Authentication
    • Token
      POST
  • Products
    • Catalog
      GET
    • By Item Codes
      POST
    • Price
      POST
    • catalog Item Convert
      POST
    • Color Recommendations
      POST
  • Deliveries
    • Coordinates
      GET
  • Branches
    • Branch Locations
      GET
    • Active Branch Products
      GET
    • Customer Branch Locations
      GET
  • Customers
    • OrderTemplates
      GET
  • Orders
    • Submit Order
      POST
  1. Branches

Active Branch Products

GET
/branches/v2/activeBranchProducts/{branchCode}
Retrieves products currently active and available in a specific branch.

Request

Path Params

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://services-qa.roofhub.pro/branches/v2/activeBranchProducts/?ExtendedAttributes=&CustomerCode' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json'

Responses

🟢200GET Active Branch Products_old
application/json
Body

Example
[
    {
        "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"
                ]
            }
        ]
    }
]
🟠404Active Branch Products_secure_rev1
Modified at 2025-09-25 12:48:55
Previous
Branch Locations
Next
Customer Branch Locations
Built with