...
Endpoint | product environment: https://prod.ax-cloud.com/v1/channel/orders/day-ticket test environment: https://test.ax-cloud.com/v1/channel/orders/day-ticket |
---|---|
Method | POST |
Description | 새 주문 등록 |
Content-Type | application/json |
Headers > Authorization | Token {api_key} |
Headers > Channel | Code {channel_code} |
2) Body Parameter
(1) Parameter
...
Name | Required | Type | Description | Example |
---|---|---|---|---|
channel_product_mapping_code | O | String |
| |
option_code | O | String |
| |
quantity | O | Integer |
| |
inventory_at | O | Datetime |
| |
unit_selling_price | O | String |
| |
discount | X | String |
| |
discount_method | X | String |
| |
amount_price | O | String |
| |
tickets | O | List[Ticket] |
|
...