본문으로 건너뛰기

protos.open.OpenGetProductsQuery

categoryIdobject-id

카테고리 ID

includePromotionsboolean

@deprecated 프로모션 포함 여부

titlestring

상품 이름 (검색 키워드)

deletedboolean

삭제 여부 true = 삭제된 상품만 조회, false = 삭제된 상품 제외 조회, null = 전체 조회

targetCountryCodestring

타겟 국가 코드

isEventboolean

이벤트 상품 필터 true = 이벤트 상품만 조회, false = 이벤트 상품 제외 조회, null = 전체 조회

optionIdsstring[]

특정 상품 옵션 ID 목록으로 필터링

protos.open.OpenGetProductsQuery
{
"categoryId": "string",
"includePromotions": true,
"title": "string",
"deleted": true,
"targetCountryCode": "string",
"isEvent": true,
"optionIds": [
"string"
]
}