Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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}

...