# Order Gift

Operations for creating and managing gift orders

## Create a gift order

 - [POST /api/v1/orders](https://docs.guusto.com/version/openapi/order-gift/sendorder.md): Send gift(s) by creating an order request.

## Get order status

 - [GET /api/v1/orders/status/{requestId}](https://docs.guusto.com/version/openapi/order-gift/getorderstatus.md): Get status of an order by passing order request ID.

## Find order

 - [GET /api/v1/orders/{requestId}](https://docs.guusto.com/version/openapi/order-gift/findorder.md): Find order details by passing order request ID. This supports pagination.

