Get product information based on specific item codes
Request
Body Params application/json
{
"itemCodes": [
"MASP59122",
"DAVBFSH1HHMTNVBN",
"MASP59167",
"MASP59027",
"MASP59036",
"MASP59028"
]
}
Request Code Samples
curl --location --request POST 'https://services-qa.roofhub.pro/products/v2/catalog//byItemCodes' \
--header 'Authorization: Bearer' \
--header 'Content-Length: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"itemCodes": [
"MASP59122",
"DAVBFSH1HHMTNVBN",
"MASP59167",
"MASP59027",
"MASP59036",
"MASP59028"
]
}'
Responses
application/json [
{
"productID": 87999,
"productName": "Mid-America Raised Panel Shutters 14-3/4\"",
"items": [
{
"itemCode": "MASP59027",
"availableAtBranch": true,
"selectedOption": "14-3/4\" x 59\" 027 Burgundy Red"
},
{
"itemCode": "MASP59028",
"availableAtBranch": true,
"selectedOption": "14-3/4\" x 59\" 028 Forest Green"
},
{
"itemCode": "MASP59036",
"availableAtBranch": true,
"selectedOption": "14-3/4\" x 59\" 036 Classic Blue"
},
{
"itemCode": "MASP59122",
"availableAtBranch": true,
"selectedOption": "14-3/4\" x 59\" 122 Midnight Green"
},
{
"itemCode": "MASP59167",
"availableAtBranch": true,
"selectedOption": "14-3/4\" x 59\" 167 Bordeaux"
}
]
}
]
Modified at 2025-09-25 10:37:37