v1
latestOpenAPI 3.1.02026-07-24920300.7 KBRelationships
Returns a list of the relationships the specified product is part of
get/products/{product_id}/relationships/
Path parameters
product_idstring required
Product ID
Query parameters
typestring
Relationship type
Response
200
Example response
[
{
"relationship_type": "swap_on_purchase",
"from_product": "62900-W01",
"to_product": "78530-X05"
}
]