Create_product
Create a product on LINE Shopping by specifying category, code, images, name, variant options, and pricing.
Instructions
An API for product creation. For product Categories ID variable please find more information on Development guideline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Product brand | |
| categoryId | Yes | Product category id | |
| code | Yes | Product code | |
| description | No | Product description with HTML formatting support | |
| imageUrls | Yes | Product image urls | |
| instantDiscount | No | Product instant discount must be greater than 0. If instant discount amount is 0, the instant discount will be disabled. | |
| licenses | No | The list of licenses for your product | |
| name | Yes | Product name | |
| variantOptions | No | Product variant options | |
| variants | Yes | Product variants |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Product brand | |
| category | No | Category Object | |
| code | No | Product code | |
| description | No | Product description with HTML formatting support | |
| giftGroups | No | Gift Groups of product | |
| giftOption | No | Product Gift Option | |
| hasOnlyDefaultVariant | No | If product doesn't have any variant will be returned 'true' | |
| id | No | Identifying number of product | |
| imageUrls | No | Product image urls | |
| instantDiscount | No | If product doesn't have instant discount will be returned '0' otherwise returned with number | |
| isDisplay | No | If product is displaying on storefront will be returned 'true' | |
| licenses | No | The list of licenses for your product | |
| name | No | Product name | |
| variantOptions | No | Product options such as size or color | |
| variants | No | Product variants |