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

Catalog

GET
/products/v2/catalog
The Product Catalog API is a newly developed API that offers a comprehensive and streamlined method to access the complete list of items available within a catalog

Request

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/products/v2/catalog' \
--header 'Authorization: Bearer'

Responses

🟢200Success
application/json
Body

Example
[
  {
    "productId": 88513,
    "productName": "15 Degree Ring Shank Coil Nails Wire Weld",
    "productDescription": "These Coil Framing nails are ideal for all Framing and sheathing applications. Quality manufacturing processes ensure proper feeding of fasteners and less down time. These nails are galvanized for use outdoors.",
    "productFeatures": [
      "Galvanized to resist rust and corrosion",
      "Full Round Head and Ring Shank increases holding power",
      "For use with 15 Degree Coil Framing Nailer"
    ],
    "productUOM": [
      "BX"
    ],
    "productCategory": "COIL NAILS",
    "keywords": null,
    "manufacturer": "Manufacturer Varies by Location",
    "productImageUrl": "https://assets.srsdistribution.com/image/upload/SRS/ProductCatalog/UNILOG_UPLOAD/ProductImage_P10000152_HDG",
    "allowSubstitution": false,
    "productOptions": [
      "1-1/4\"",
      "2-3/8\"",
      "1-1/4\" 7.2M/Box",
      "1-3/4\"",
      "2-1/2\"",
      "3\"",
      "2-3/16\" x .092"
    ],
    "productVariants": [
      {
        "variantCode": "COIL114RSHD",
        "orderUOM": "CTN",
        "selectedOption": "1-1/4\"",
        "variantImageURL": "https://assets.srsdistribution.com/image/upload/SRS/ProductCatalog/UNILOG_UPLOAD/ProductImage_P10000152_HDG",
        "uoMs": [
          "CTN",
          "BX"
        ]
      }
    ]
  }
]
Modified at 2025-09-25 10:36:56
Previous
Token
Next
By Item Codes
Built with