Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
상품 URL 검증시 SmartStore 추가
기존 productCode만을 이용하던 API는 SmartStore 지원하는 버전 추가
cron시 SmartStore 상품도 조회 가능하도록 지원
스마트스토어를 지원하기 위해서, 기존 API에서 shop 정보가 추가로 필요한 API들은 NestJs URI Versioning 문서를 참고하여 API 버전을 관리하도록 하였습니다.
스마트스토어 상품 조회는 웹 크롤링을 통해 조회합니다.
cron으로 주기적으로 상품 정보를 수집하는 경우에도 11번가와 스마트스토어 상품 모두 조회할 수 있도록 하였습니다.