# 주문/결제

## 개요

고객이 온라인 쇼핑 과정에서 상품을 선택하고 구매하는 주요 단계를 다루는 중요한 기능을 설명합니다.

고객이 상품을 선택하고 주문을 생성한 후, 결제를 완료까지 일련의 과정을 다루며, 안전하고 효율적인 주문 및 결제 프로세스를 지원합니다.

주문/결제는 다음과 같은 주요 기능을 제공합니다.

{% hint style="info" %}
2023년 11월 30일 선물하기 서비스가 추가되어 회원간 선물하기에 대한 설명이 추가되었습니다.
{% endhint %}

***

## 구성

<details>

<summary><a href="/pages/VNzDiwd8Q8rZllmzcs7X"><strong>장바구니</strong></a></summary>

사용자가 선택한 상품을 장바구니에 추가하고 관리할 수 있습니다.

</details>

<details>

<summary><a href="/pages/8ef49443112c7a0c689d3157c205d56c360a8826"><strong>주문서</strong></a></summary>

주문 상세 정보를 확인하고 배송 정보를 입력하며 주문을 진행할 수 있습니다.\
장바구니에서 다른 회원에게 상품을 선물하여 주문을 진행할 수 있습니다.사용자가 선택한 상품을 장바구니에 추가하고 관리할 수 있습니다.

</details>

<details>

<summary><a href="/pages/244eadd5d08d14fe602626b2b0bc126c2f61a04e"><strong>결제하기</strong></a></summary>

다양한 결제 수단을 선택하고 주문을 최종 승인하는 단계입니다.주문 상세 정보를 확인하고 배송 정보를 입력하며 주문을 진행할 수 있습니다.\
장바구니에서 다른 회원에게 상품을 선물하여 주문을 진행할 수 있습니다.사용자가 선택한 상품을 장바구니에 추가하고 관리할 수 있습니다.

</details>

<details>

<summary><a href="/pages/9e644791420832ea4e38640ca9151f7bacd0a940"><strong>정기주문신청</strong></a></summary>

온라인 커머스 서비스중 정기배송이나 정구구독과 같이 일정한 기간동안 일정한 주기로 상품을 구매할 수 있는 서비스를 자동으로 주문 처리하는 서비스입니다. 고객은 매번 주문을 하지 않고 기간, 신청일자에 따라 정기적으로 자동 주문이 가능한 기능을 제공 합니다.

</details>


---

# 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://tech.x2bee.com/api-guide/store-front-api/undefined-3.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.
