Versions Compared

Key

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

...

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}

Headers > Channel

Code {channel_code}

2) Query Parameter

Name

Required

Type

Description

page

X

Integer

default : 1

page_size

X

Integer

default : 25

...

Code Block
languagebash
curl -X 'GET' \
  'https://prod.ax-cloud.com/v1/channel/product/tour/update' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -H "Authorization: Token api_key_secret" \
  -H "Channel: Code code_secret"