1 - ProductCategoryListResponse

NameDescriptionSchemaDefault
count
optional
개수
Example : 5
any of [integer, null]
current_page
optional
현재 페이지
Example : 1
any of [integer, null]
product_categories
optional
상품 카테고리 리스트
array[ProductCategoryResponse]
total_count
optional
총 개수
Example : 5
any of [integer, null]
total_pages
optional
총 페이지
Example : 1
any of [integer, null]

2 - ProductCategoryResponse

NameDescriptionSchemaDefault
category_id
optional
상품 카테고리 ID
Example : NETWORKING
any of [string, null]
created_at
optional
생성 날짜
Example : 2024-01-01T00:00:00
string (date-time)
created_by
optional
생성자
Example : 5cada9f6afa049418c4f18c0c4859202
string
display_name
optional
상품 카테고리 이름
Example : Networking
Pattern : [a-zA-Z0-9_\-()\s]{2,30}$
any of [string, null]
display_name_ko
optional
상품 카테고리 이름
Example : Networking
Pattern : ^[가-힣a-zA-Z0-9_\-()\s]{2,30}$
any of [string, null]
icon_file_id
optional
아이콘 파일 ID
Example : c1d5c1f63bf24f73b32c37f6f7b50310
any of [string, null]
is_exposed_menu
optional
상품 카테고리 메뉴 노출 상태
Example : True
any of [boolean, null]
modified_at
optional
수정 날짜
Example : 2024-01-01T00:00:00
string (date-time)
modified_by
optional
수정자
Example : 5cada9f6afa049418c4f18c0c4859202
string
seq
optional
순번
Example : 9
any of [integer, null]
service_group_color_id
optional
상품 그룹 색상
Example : ffff00
any of [string, null]

3 - ProductListResponse

NameDescriptionSchemaDefault
count
optional
개수
Example : 5
any of [integer, null]
current_page
optional
현재 페이지
Example : 1
any of [integer, null]
products
optional
상품 리스트
array[ProductResponse]
total_count
optional
총 개수
Example : 5
any of [integer, null]
total_pages
optional
총 페이지
Example : 1
any of [integer, null]

4 - ProductResponse

NameDescriptionSchemaDefault
created_at
required
생성 날짜
Example : 2024-01-01T00:00:00
string (date-time)
created_by
required
생성자
Example : 5cada9f6afa049418c4f18c0c4859202
string
display_name
optional
상품명
Example : VPC
any of [string, null]
display_name_ko
optional
상품명
Example : VPC
any of [string, null]
kind
optional
상품 종류
Example : PRODUCT
string
modified_at
required
수정 날짜
Example : 2024-01-01T00:00:00
string (date-time)
modified_by
required
수정자
Example : 5cada9f6afa049418c4f18c0c4859202
string
product_category_id
optional
상품 카테고리 ID
Example : NETWORKING
any of [string, null]
product_category_name
optional
상품 카테고리 이름
Example : Networking
any of [string, null]
product_id
optional
상품 ID
Example : VPC
any of [string, null]