1. Latest List
1) Purpose
채널에 최초 상품을 등록한 이후, 채널에서 등록한 상품들 중, Supplier에 의해 상품 정보에 변경이 발생한 상품의 간략한 정보를 확인할 수 있습니다.
2) Detail
유효한 API Key를 request Header에 정해진 형식으로 입력해야만 호출 가능합니다.
변경이 발생한 상품의 상세 정보는 상품 - 투어상품 상세정보 조회 에서 확인하여 채널에 반영하도록 합니다. 업데이트 이후 옵션 매핑에 변경이있었다면, 상품 - 등록 투어상품 매핑 요청 에서 다시 옵션 정보를 매핑하도록 합니다.
2. API Spec
1) Request
Endpoint | product environment: https://prod.ax-cloud.com/v1/channel/products/tour/update test environment: https://test.ax-cloud.com/v1/channel/products/tour/update |
---|---|
Method | GET |
Description | 업데이트된 상품정보 확인 |
Content-Type | application/json |
Headers > Authorization | Token {api_key} |
2) Query Parameter
Name | Required | Type | Description |
---|---|---|---|
page | X | Integer | default : 1 |
page_size | X | Integer | default : 25 |
3) Response
4) Error Spec
3. Request Example
1) CURL
curl --location --request GET\ 'https://prod.ax-cloud.com/v1/channel/products/tour/update' \ --header 'Authorization: Token <access_key>' \ --header 'Content-Type: application/json'