...
Product List API 상품 - 투어상품 조회 를 통해 확인한 Product 중 하나의 Product Code를 이용하여 Product Detail을 확인합니다.
Channel에 Product를 등록하기 위해 사용합니다.
유효한 API Key를 request Header에 토큰으로 입력해야만 호출 가능합니다.
2. API spec
1) Request
Info |
---|
아래 항목 중 빈 값은 [String] “Void“로 표기됩니다. |
Endpoint | product 환경: https://prod.ax-cloud.com/v1/channel/products/tour/{product_code} test 환경: https://test.ax-cloud.com/v1/channel/products/tour/{product_code} |
---|---|
Method | GET |
Description | 특정 Product Detail을 조회합니다. |
Content-Type | application/json |
Headers > Authorization | Token {api_key} |
Headers > Channel | Code {channel_code} |
...
Name | Required | Type | Description |
---|---|---|---|
product_code | O | UUID | Product ID(UUID) |
3) Response
Info |
---|
아래 항목 중 빈 값은 [String] “Void“로 표기됩니다. |
Name | Type | Description |
---|---|---|
status_code | Integer | 정상 처리 시 200 |
required_traveler_information | Object | 주문 발생 시 전달이 필요한 Traveler의 개인 정보 |
contents | Object | Product의 내용 |
options | List[Object] | Product의 판매 단위 |
...