> For the complete documentation index, see [llms.txt](https://okpos.gitbook.io/okpos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/market_prices.md).

# 싯가 상품 등록/결제하기

{% hint style="info" %}
포스 접속 후 '상품관리' 페이지에서 **싯가상품을 등록하고 수정 및 삭제**할 수 있도록 업데이트 되었습니다.\
포스 터치키에 싯가상품을 등록해두고, 상품을 클릭하면 그 때의 싯가 금액을 입력해서 청구할 수 있습니다.
{% endhint %}

## 1. 포스에 상품 등록하기&#x20;

➀ 오른쪽 하단에 있는 **'상품 관리' 페이지를 클릭**해주세요

<figure><img src="/files/MboMgGzBMn2KJ4gbyIbT" alt="" width="563"><figcaption></figcaption></figure>

➁ 빈 칸을 클릭해서 신규 상품을 등록합니다.  \[단가구분] 에서 칸을 클릭해서 싯가 상품을 선택해주세요.

➂ 상품명/과세유형/주방프린터/상품 분류등 상품에 맞는 옵션들을 작성해주고, '저장' 버튼을 클릭해주세요.

(판매가의 경우, 현재 페이지에서 등록해두어도 실제 결제 진행 시 싯가 가격을 입력합니다.)&#x20;

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

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

## 2. 싯가 상품 계산하기

➀ 싯가로 가격을 등록해둔 상품을 클릭합니다. 싯가 상품에는 **터치키 하단에 '싯가상품' 이라고 표기**되어있습니다.

클릭하면 선택 상품목록 하단에 **'\[상품 이름] 현재 판매가를 입력하여 ' 라는 문구가 생성**됩니다.

➁ 이 때 **결제 시점의 가격을 수동으로 입력, Enter 버튼을 클릭**해주세요.

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

➂ 싯가 상품이 입력한 금액과 함께 주문 목록에 생성된 것을 확인할 수 있습니다.

<figure><img src="/files/30uQp4KzldF1UK3fjRIh" alt=""><figcaption></figcaption></figure>

> #### 검색🔎
>
> <kbd>#싯가상품</kbd> <kbd>#싯가</kbd> <kbd>#싯가등록</kbd> <kbd>#싯가제품</kbd> <kbd>#싯가가격</kbd>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://okpos.gitbook.io/okpos/undefined-5/undefined/order/market_prices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
