-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
5,782 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"adult_product_types": [ | ||
"adult_term_1", | ||
"adult_term_2", | ||
"<Please reach out to [email protected] to ask about consulting support for adult terms for your account.>" | ||
], | ||
"adult_google_product_categories": { | ||
"성인용 제품" : [ | ||
"*" | ||
], | ||
"식품/음료/담배 > 음료 > 주류" : [ | ||
"*" | ||
], | ||
"식품/음료/담배 > 담배 > 제품" : [ | ||
"*" | ||
], | ||
"미디어 > 도서" : [ | ||
"성인용" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"excluded_product_categories": [ | ||
], | ||
"target_product_categories": {}, | ||
"used_tokens": [ | ||
"(중고)", | ||
"[중고]", | ||
"평균 상태", | ||
"B-재고", | ||
"나쁜 상태", | ||
"최상의 상태", | ||
"컨디션 양호", | ||
"컨디션 좋음", | ||
"컨디션 중고", | ||
"컨디션 아주 좋음", | ||
"우수한 상태", | ||
"보통 상태", | ||
"훌륭한 상태", | ||
"좋은 상태", | ||
"매우 좋은 상태", | ||
"새제품과 같은", | ||
"상태 완벽", | ||
"상태 우수", | ||
"상태 보통", | ||
"상태 양호", | ||
"상태 열악", | ||
"상태 나쁨", | ||
"상태완벽", | ||
"상태우수", | ||
"상태보통", | ||
"상태양호", | ||
"상태열악", | ||
"상태나쁨", | ||
"미사용", | ||
"개봉함", | ||
"완벽한 상태", | ||
"열악한 상태", | ||
"중고품", | ||
"미개봉", | ||
"새제품", | ||
"미사용", | ||
"중고" | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
shoptimizer_api/config/free_shipping_optimizer_config_ko.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"free_shipping_patterns": [ | ||
"(배송비|배송|택배비|택배|배달비|배달|배송료|택배료|배달료).*(무료|포함)", | ||
"(무료).*(배송|택배|배달)" | ||
], | ||
"shipping_exclusion_patterns": [ | ||
"(제주)(도|지역|산간지역|산간).*(제외|외|이외|불포함)", | ||
"(도서산간지역|산간지역|산간 지역|도서지역|도서 지역).*(제외|외|이외|불포함)", | ||
"(배송비|배송|택배비|택배|배달비|배달|배송료|택배료|배달료).*(추가|불포함)" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"adult_product_categories": [ | ||
"의류/액세서리", | ||
"건강/미용", | ||
"스포츠용품", | ||
"여행용 가방/가방", | ||
"전자기기" | ||
], | ||
"baby_product_categories": [ | ||
"영유아", | ||
"영유아용 의류", | ||
"영유아 의류 액세서리", | ||
"영유아 가구" | ||
], | ||
"female": { | ||
"adult_search_terms": [ | ||
"여성", | ||
"여성용" | ||
], | ||
"baby_search_terms": [ | ||
"여아", | ||
"여아용" | ||
], | ||
"baby_title_replacement": "여아용", | ||
"adult_title_replacement": "여성용" | ||
}, | ||
"male": { | ||
"adult_search_terms": [ | ||
"남성", | ||
"남성용" | ||
], | ||
"baby_search_terms": [ | ||
"남아", | ||
"남아용" | ||
], | ||
"baby_title_replacement": "남아용", | ||
"adult_title_replacement": "남성용" | ||
}, | ||
"unisex": { | ||
"adult_search_terms": [ | ||
"남녀공용" | ||
], | ||
"baby_search_terms": [ | ||
"남녀공용" | ||
], | ||
"baby_title_replacement": "남녀공용", | ||
"adult_title_replacement": "남녀공용" | ||
} | ||
} |
Oops, something went wrong.