그룹상품 관부가세 부과 여부 입력 방식 변경 (6/24) #3569
Locked
commerce-api-naver
announced in
공지사항
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2026년 6월 24일부터 그룹상품의 관부가세 부과 여부를 판매옵션 조합 개별 단위로 지정하도록 변경됩니다.
이에 따라 기존 그룹상품 단위의 일괄 지정 방식은 순차적으로 지원 종료를 예정하게 되었습니다.
적용일
2026년 6월 24일 중 (한국 표준시)
대상 API
POST /v2/standard-group-products)POST /v2/standard-group-products/convert-products)GET /v2/standard-group-products/:groupProductNo)PUT /v2/standard-group-products/:groupProductNo)변경 내용
specificProducts필드 차일드 노드에customsTaxType필드가 추가됩니다.groupProduct필드 차일드 노드에customsTaxType필드는 지원 종료 계획을 갖고 있습니다. (Deprecation)필드 값 범례
데이터 타입: String (Enum)
"NOT_APPLICABLE""INCLUDED""EXCLUDED"(기존 필드 값 범례와 동일)
예시
{ "groupProduct": { "specificProducts": [ { "customsTaxType": "INCLUDED" } ], "customsTaxType":"EXCLUDED" } }위와 같은 구성이라면 아래와 같이 적용됩니다.
groupProduct.specificProducts[n].customsTaxTypegroupProduct.customsTaxType– 필드 지원 종료 예정 (Deprecated)세부 사항
customsTaxType필드 값은 모두 무시하며 저장하지 아니함사용자 지침
customsTaxType필드 값을 '관부가세 포함("INCLUDED")'으로만 연동하세요.groupProduct.customsTaxType필드는 당분간 API 요청-응답에서 제공합니다. 그러나 기존 필드의 설정 값은 실제 서비스에 반영되지 않거나 신규 필드 설정 값 대비 낮은 우선 순위로 처리될 수 있습니다. 기존 필드의 호환성은 한시적으로만 유지하며 별도의 예고없이 필드에 대한 완전한 지원 종료를 적용할 수 있습니다.Beta Was this translation helpful? Give feedback.
All reactions