> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/store-front-api/my-page/gift-box.md).

# Gift Box

Customers who have used the member-to-member gifting service can check information about gifts sent and received on the Gift Box page.

Customers can register delivery address information in the received gift box to have the gift delivered.

***

## Viewing the Gift Box and Receiving Gifts <a href="#plus" id="plus"></a>

When the customer clicks Gift Box on My Page, the received gift box list appears. To complete receiving a gift, they must click the delivery address input button to register a delivery address. An option change feature is provided depending on the received gift product.

Related notices at the top of the Gift Box can be viewed. For this API, please refer to View Customer Notification List in the Cart document.

<div align="center"><img src="https://tech.x2bee.com/download/attachments/266111275/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0%20-%20%EC%84%A0%EB%AC%BC%ED%95%A8%20%EC%A1%B0%ED%9A%8C.drawio.png" alt=""></div>

### 1. Viewing Received Gift History <a href="#id-1" id="id-1"></a>

Retrieves the list of gifts the customer has received.

* **View Received Gift Box History (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EC%84%A0%EB%AC%BC%ED%95%A8\&path=receiveGiftBoxList))\
  Retrieves the list of gifts the member has received.

```
POST /v1/mypage/giftBox/receiveGiftBoxList 
```

### 2. Viewing Gift Box Details <a href="#id-2" id="id-2"></a>

Here is how to check detailed information about a received gift.

1\) My Menu > Gift Box > Received Gift Box > click order number

2\) Check the Kakao Alimtalk notification > click Receive Gift in Alimtalk

Customers can check detailed information about a gift they received via the paths above, and the same API is used for the screen that displays detailed information about a sent gift.<br>

* **View Gift Box Details (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EC%84%A0%EB%AC%BC%ED%95%A8\&path=getGiftDetailInfo))\
  Retrieves detailed information about a gift the member sent or received.

```
POST v1/mypage/giftBox/getGiftDetailInfo 
```

### 3. Receiving a Gift <a href="#id-3" id="id-3"></a>

For a customer to receive a gift product, the delivery address input procedure is required. Here is how to enter the delivery address.

1\) My Menu > Gift Box > Received Gift Box > click order number > proceed with the delivery address input procedure

2\) Check the Kakao Alimtalk notification > click Receive Gift in Alimtalk > view the received gift, then proceed with the delivery address input procedure

Once the delivery address input procedure for the received gift is complete, the delivery address for the product is changed to the registered delivery address, and the time of registration is treated as the reserved date/time for delivery.<br>

* **Enter Gift Recipient's Delivery Address(**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EC%84%A0%EB%AC%BC%ED%95%A8\&path=registerShippingAddressForReceiveGift))\
  Changes the status of the received gift to accepted.

```
PUT v1/mypage/giftBox/registerShippingAddress 
```

### Gifting a Product <a href="#undefined" id="undefined"></a>

For how to place an order to gift a product to another member, please refer to the Gifting section of the Order/Payment > Order Form document.
