# Order gifts

Managing order gifts.

## Get order gifts list

 - [GET /api/orders/gifts](https://api.docs.shoptet.com/shoptet-api/openapi/order-gifts/getordergiftslist.md): This endpoint allow get, add or delete order related gifts. Gifts is relation to product variant by its
code identifier and is ordered by priority field

## Add order gift at the end of the list

 - [POST /api/orders/gifts](https://api.docs.shoptet.com/shoptet-api/openapi/order-gifts/addordergift.md): Add order gift (product variant) at the end of the order gift list. Gift
is defined by code.

code, orderPrice and currencyCode is required.

## Delete order gift

 - [DELETE /api/orders/gifts/{id}](https://api.docs.shoptet.com/shoptet-api/openapi/order-gifts/deleteordergift.md): Delete order gift item by primary key.

