v1

latestOpenAPI 3.1.02026-07-24920300.7 KB

Relationships

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

relationship_typestring
from_productstring
to_productstring

Example response

[
  {
    "relationship_type": "swap_on_purchase",
    "from_product": "62900-W01",
    "to_product": "78530-X05"
  }
]