Get product details with available add-ons
API Reference
Get product details with available add-ons
Returns product details including available add-ons grouped by aggregate and related products grouped by product group.
GET
Get product details with available add-ons
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Product SKU
Example:
"GDF511PGRBB"
Query Parameters
Required string length:
1 - 100Required string length:
1 - 100Required string length:
1 - 100Required string length:
2Pattern:
^\d{5}(-\d{4})?$The manufacturer of the products to search for (defaults to "ge" if not provided)
Example:
"ge"
Response
Product details retrieved successfully
Required range:
x >= 0Available add-ons for the product.
Example:
[
{
"id": "123",
"title": "Install",
"priceCents": 10000,
"products": [
{
"sku": "123",
"title": "Install Appliance",
"category": "Install & Supply Services",
"priceCents": 6000
},
{
"sku": "124",
"title": "Supply Washer Braided Line",
"category": "Install & Supply Services",
"priceCents": 4000
}
],
"includedPartProducts": [
{
"sku": "125",
"title": "Washer Inlet Fill Hose",
"category": "Parts",
"priceCents": 1000
}
]
}
]Recommended parts for the product. These parts may be included in an add-on like "Install"
Example:
[
{
"sku": "126",
"title": "Washer Inlet Fill Hose",
"category": "Parts",
"priceCents": 1000
}
]Warnings that may impact product results
Example:
[
"No address provided. To include available add-ons and fulfillment/distribution information, please provide an address."
]