Search
K

가맹점 관리 API - 별도 계약 필요

가맹점관리에 관련된 API 를 확인할 수 있습니다.
Deprecated
이 문서는 더 이상 관리되지 않습니다.
PortOne 개발자센터를 이용해주세요.

⌨ 하위상점 다건 조회

get
https://api.portone.io/v2
/stores
하위상점 다건 조회

⌨ 하위상점 생성

post
https://api.portone.io/v2
/stores
하위상점 생성
PublicStoreBusinessLicense
PublicStoreRepresentativeRequest
TaxationType
taxation_type * TaxationType
사업자 구분
"PERSON", "CORPORATE"

company_name * string
회사명

registration_number * string
사업자번호

business_location * string
회사 주소

business_location_detail * string
회사 상세 주소

postal_code * string
우편번호

business_types * Array[string]
업태

business_items * Array[string]
종목

corporate_registration_number string
법인등록번호 - 법인 only

headquarter_location string
본사 주소 - 법인 only

business_establishment_date string
개업 연월일

issuance_date string
사업자등록증 발급일

issuance_reason string
발급 사유

name_ko * string
대표자 이름

name_en * string
대표자 영문 이름

email * string
대표자 이메일

phone_number * string
대표자 전화번호

birth_date * string
대표자 생년월일 format: yyyy-MM-dd ex) 2000-01-01

사업자 구분
"PERSON", "CORPORATE"

⌨ 하위상점 단건 조회

get
https://api.portone.io/v2
/stores/{store-id}
하위상점 단건 조회

⌨ 하위상점 수정

put
https://api.portone.io/v2
/stores/{store-id}
하위상점 수정
PublicStoreRepresentativeRequest
UpdatePublicStoreBusinessLicenseRequest
name_ko * string
대표자 이름

name_en * string
대표자 영문 이름

email * string
대표자 이메일

phone_number * string
대표자 전화번호

birth_date * string
대표자 생년월일 format: yyyy-MM-dd ex) 2000-01-01

company_name * string
회사명

registration_number * string
사업자번호

business_location * string
회사 주소

business_location_detail * string
회사 상세 주소

postal_code * string
우편번호

business_types * Array[string]
업태

business_items * Array[string]
종목

corporate_registration_number string
법인등록번호 - 법인 only

headquarter_location string
본사 주소 - 법인 only

business_establishment_date string
개업 연월일

issuance_date string
사업자등록증 발급일

issuance_reason string
발급 사유