protos.open.OpenGetProductsQuery
categoryIdobject-id
카테고리 ID
includePromotionsboolean
@deprecated 프로모션 포함 여부
titlestring
상품 이름 (검색 키워드)
deletedboolean
삭제 여부
true = 삭제된 상품만 조회, false = 삭제된 상품 제외 조회, null = 전체 조회
targetCountryCodestring
타겟 국가 코드
- ISO 3166-1 alpha-2 (https://ko.wikipedia.org/wiki/ISO_3166-1_alpha-2?useskin=vector)
- 단, '그 외 국가'는
ETC로 표기
isEventboolean
이벤트 상품 필터
true = 이벤트 상품만 조회, false = 이벤트 상품 제외 조회, null = 전체 조회
optionIdsstring[]
특정 상품 옵션 ID 목록으로 필터링
protos.open.OpenGetProductsQuery
{
"categoryId": "string",
"includePromotions": true,
"title": "string",
"deleted": true,
"targetCountryCode": "string",
"isEvent": true,
"optionIds": [
"string"
]
}