SRS Integration Partner Services
HomeV1 APIsV2 APIs
HomeV1 APIsV2 APIs
  1. Customers
  • 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. Customers

OrderTemplates

GET
/customers/v2/orderTemplates/{customerCode}
Fetch all templates available in Roof Hub for a specified customer code

Request

Path 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/customers/v2/orderTemplates/' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json'

Responses

🟢200Success
application/json
Body

Example
[
    {
        "templateId": "410",
        "name": "OC with ProEdge",
        "description": null,
        "instructionsToBranch": null,
        "products": [
            {
                "productId": 75933,
                "defualtUOM": null,
                "productCategory": "SHINGLES",
                "productWebName": "Owens Corning TruDefinition Duration AR Shingles",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 0
            },
            {
                "productId": 672,
                "defualtUOM": null,
                "productCategory": "HIP AND RIDGE",
                "productWebName": "Owens Corning ProEdge AR Hip & Ridge",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 1
            },
            {
                "productId": 88149,
                "defualtUOM": null,
                "productCategory": "STARTER",
                "productWebName": "TopShield Starter Strip Plus",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 2
            },
            {
                "productId": 75682,
                "defualtUOM": null,
                "productCategory": "UNDERLAYMENT",
                "productWebName": "TopShield TS20 Synthetic Underlayment",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 3
            },
            {
                "productId": 75603,
                "defualtUOM": null,
                "productCategory": "ICE AND WATER",
                "productWebName": "CertainTeed WinterGuard Sand Waterproofing Underlayment",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 4
            },
            {
                "productId": 88147,
                "defualtUOM": null,
                "productCategory": "COIL NAILS",
                "productWebName": "TopShield Coil Roofing Nails",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 5
            },
            {
                "productId": 76795,
                "defualtUOM": null,
                "productCategory": "PLASTIC CAPS",
                "productWebName": "TopShield Plastic Cap Nails",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 6
            },
            {
                "productId": 88990,
                "defualtUOM": null,
                "productCategory": "PIPE FLASHING",
                "productWebName": "Oatey All-Flash Galvanized No-Calk Roof Flashing",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 7
            },
            {
                "productId": 75812,
                "defualtUOM": null,
                "productCategory": "VENTS",
                "productWebName": "Air Vent ShingleVent II Ridge Vent",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 8
            },
            {
                "productId": 112444,
                "defualtUOM": null,
                "productCategory": "W-VALLEY",
                "productWebName": "W-Valley",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 9
            },
            {
                "productId": 75965,
                "defualtUOM": null,
                "productCategory": "DRIP EDGE",
                "productWebName": "TopShield Aluminum C6 Drip Edge",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 10
            },
            {
                "productId": 94154,
                "defualtUOM": null,
                "productCategory": "CAULK",
                "productWebName": "OSI QUAD Caulk",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 11
            },
            {
                "productId": 76797,
                "defualtUOM": null,
                "productCategory": "SPRAY PAINT",
                "productWebName": "TopShield Roof Accessory Paint",
                "productOptions": null,
                "quantity": 0,
                "wasteFactor": null,
                "userSort": 12
            }
        ]
    }
]
Modified at 2025-09-25 12:53:06
Previous
Customer Branch Locations
Next
Submit Order
Built with