...
2. API spec
1) Request
Endpoint | product environment: https://prod.ax-cloud.com/v1/channel/products/day-ticket/registration/{product_code} |
---|---|
Method | POST |
Description | 상품 등록 및 옵션 매핑 |
Content-Type | application/json |
Headers > Authorization | Token {api_key} |
Headers > Channel | Code {channel_code} |
...
Name | Required | Type | Description | Example |
---|---|---|---|---|
product_code | O | String | Product ID(UUID) |
|
3) Request Body
Name | Required | Type | Description | Example |
---|---|---|---|---|
mapping_data | O | Object |
| |
channel_product_name | O | String |
| |
channel_product_link | O | String |
| |
channel_product_id | O | String |
|
...