get https://{baseUrl}/V2/storeview//product/id//related
Retrieves a list of products related to a specific product, identified by its product ID. Related products can be used to display recommendations or cross-sell items on the product page. The response typically includes product ID, name, thumbnail image, and pricing information for each related product.
Sample Curl
curl --location 'https://mygatewayurl.com/V2/storeview/default/product/id/123/related
