# Alternative products

Managing alternative products.

## List of product alternative products

 - [GET /api/products/{guid}/alternativeProducts](https://api.docs.shoptet.com/shoptet-api/openapi/alternative-products/getlistofproductalternativeproducts.md): Returns list of alternative products related to product defined by
guid, list is ordered by priority parameter.

If Pair reciprocally option (Settings > Product > Related and
Alternative products) is enabled, list of

items will be enriched by items that has called product in own
alternative table.

## Add alternative product

 - [POST /api/products/{guid}/alternativeProducts](https://api.docs.shoptet.com/shoptet-api/openapi/alternative-products/addalternativeproduct.md): This method add given product, defined with guid at the end of the
alternative product list. After product

is successfully saved, complete list of alternative product is returned
in response.

## Set alternative products

 - [PUT /api/products/{guid}/alternativeProducts](https://api.docs.shoptet.com/shoptet-api/openapi/alternative-products/setalternativeproducts.md): This method set given products (minimum 0, maximum 50), defined with
guid to the alternative product list. After product

is successfully saved, complete list of alternative product is returned
in response.

