...
Endpoint | product environment: https://prod.ax-cloud.com/v1/channel/orders/day-ticket/{ax_order_code} |
---|---|
Method | GET |
Description | 주문 확정 정보 조회 |
Content-Type | application/json |
Headers > Authorization | Token {api_key} |
Headers > Channel | Code {channel_code} |
...
Name | Type | Description | ||||
---|---|---|---|---|---|---|
status_code | Integer | 정상 처리 시 200 | ||||
data | List[Object] | 주문의 상태 및 상태에 대한 주석 | ||||
channel_order_code | string | 채널에서의 주문 식별자 | ||||
ax_order_code | string | AX의 주문 식별자 | ||||
ax_order_status | String |
| comment | String | 주문 상태에 대한 주석 |
Expand | |||||
---|---|---|---|---|---|
| |||||
|
3) Error Spec
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
3. Request Example
...