Versions Compared

Key

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

...

Endpoint

product environment: https://prod.ax-cloud.com/v1/channel/orders/day-ticket/{ax_order_code}

test environment: https://test.ax-cloud.com/v1/channel/orders/tour/{ax_order_code}

Method

PATCH

Description

주문 취소

Content-Type

application/json

Headers > Authorization

Token {api_key}

Headers > Channel

Code {channel_code}

2) Body Parameter

Name

Required

Type

Description

channel_status

O

String

  • 채널 내부 주문 상태

  • 취소하고자 하는 주문 상태를 입력

  • 주문의 상태는 아래와 같습니다.

    • "New" : 새 주문
      "Traveler cancel" : 여행자 취소
      "Unavoidable cancel" : 불가피한 취소

comment

X

String

  • 상태 변경 시 남길 주석

...