Set Promotion Content
Description
寫入商品促銷內容。
Resource
PATCH /v1/product/promotion_content
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| promotion_content | string | 促銷內容 |
Request Body Example
{
"promotion_content": "2入1500"
}
Response
Status-Code: 204 No Content