# 좋아요

<figure><img src="/files/aMnrj3CWAdtNBJSWPShe" alt=""><figcaption></figcaption></figure>

상품 섹션 또는 상품리스트, 상품 상세에서 '좋아요'한 상품의 목록을 확인 할 수 있는 페이지 입니다.\
로그인한 회원에게만 좋아요 기능을 제공하고 있으므로 좋아요한 상품 리스트는 회원인 경우에만 확인 가능합니다.\
좋아요 리스트에서는 '선택', '상품 정보', '상품 금액', '할인/적립', '합계금액', '상품 문의', '삭제'를 제공합니다.

> [GET /profile/like-products](https://docs.shopby.co.kr/?url.primaryName=product/#/Profile/get-profile-like-products)
>
> ▶ 회원이 좋아하는 상품목록 조회하기\
> 회원이 좋아요한 상품 목록을 조회합니다

좋아요 상품 리스트에서 좋아요한 상품을 삭제할 수 있습니다.

> [POST /profile/like-products](https://docs.shopby.co.kr/?url.primaryName=product/#/Profile/post-profile-like-products)
>
> ▶ 회원이 상품을 좋아한다고 추가/삭제하기\
> 회원이 좋아요한 상품을 목록에 추가하거나 삭제합니다

좋아요 상품으로 추가된 이력이 없는 경우 좋아요 목록에 추가되며, \
좋아요한 상품으로 기 등록되어 있는 경우 삭제 처리 됩니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://workspace-help.nhn-commerce.com/aurora-guide/api-1/mypage-shopping/like-product-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
