Recommend items purchase together

This endpoint considers the items that are frequently purchased together and recommend those items for particular products. The endpoint, along with other parameters, takes item_id as an input, and in response, gives items that are usually purchased together with the given item.

Request path for this solution is: POST /v1/items/purchased/together


You can find the required parameters with their description and an example request body here in our sandbox.

You can find sample code for implementation here in our API documentation.