1. Structure
Detail | |
---|---|
Order |
|
Depth Combination |
|
Purchaser |
|
Traveler |
|
1) Order
Name | Required | Type | Description |
---|---|---|---|
channel_order_id | O | String |
|
purchased_at | O | Datetime |
|
purchase_requested_at | X | Datetime |
|
reserved_at | X | Datetime |
|
reservation_requested_at | X | Datetime |
|
sub_total | O | String |
|
discount_method | X | String |
|
discount | X | String |
|
total | O | String |
|
status | O | String |
|
is_voucher | O | Bool |
|
comment | X | String |
|
currency | O | String |
|
2) Depth Combination
Name | Required | Type | Description |
---|---|---|---|
channel_product_mapping_code | O | String |
|
dc_code | O | String |
|
quantity | O | Int |
|
use_date | O | Datetime |
|
unit_selling_price | O | String |
|
discount | X | String |
|
discount_method | X | String |
|
amount_price | O | String |
|
travelers | O | List[Traveler] |
3) Purchaser
Name | Required | Type | Description |
---|---|---|---|
is_required_more_information | O | Bool |
|
name | O | String |
|
national_code | O | String |
|
phone | O | String |
|
O | String |
| |
additional | X | Dict |
|
extra | O | String |
|
4) Traveler
Name | Required | Type | Description |
---|---|---|---|
name | O | String |
|
national_code | O | String |
|
phone | O | String |
|
O | String |
| |
additional | X | Dict |
|
extra | X | String |
|