# 5.4. 판매 상품 등록 (Create sale product)

모듈러 서비스에서 생성된 가구는 판매 정보( 제품 코드 / 가격 등 ) 이 없는 규칙이 있는 3D 모델의 조합입니다. 사용자 서비스, 플래너에 나타나게 하기 위해서는 판매 상품을 등록해야합니다.

판매 상품은 파라메트릭 라이브러리 > 상품 라이브러리에 진입하여 할수 있습니다.

![](/files/c25dbb26b10676b3cda6a3bc0bac75fa492581db)

여기서 상품 생성 하기를 클릭하면 하기 서비스 화면을 확인할수 있습니다.

![](/files/a552204cd6e729bfa7e4bb2fb9efb6feb28b09c3)

아키스케치 상품은 다국어를 기본적으로 지원하여 필요시 제품 명에 다국어로 세팅이 가능합니다.

상품 코드는 ERP / OMS 등의 동기화를 위해 필요한 값으로 아키스케치가 아니라 별도의 자체 견적시스템을 보유하고 있는 경우, 필수적으로 기입이 필요합니다.

상기 정보를 기입하게 되면 `+ 부품 추가`를 클릭하면 미리 구성된 부품 (모듈 조합)을 불러와 판매 상품에 연결할수 있습니다.

![](/files/431e67bcbf95aaec66423429941981ba7d03d3ea)


---

# 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://docs.archisketch.com/dev-guide/contents/custom-furniture/create-sale-product.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.
