v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Flash Price Campaigns

Create Flash Price Campaign

To create new flash price campaign<br>創建新商品限時促銷價活動

post/flash_price_campaigns

Request body

Example request

{
  "flash_price_campaign": {
    "start_at": "2022-01-01 00:00:00",
    "end_at": "2022-01-02 00:00:00",
    "title": "2022-01-02 00:00:00",
    "price_sets": [
      {
        "product_id": "610258858c5acd00452fcf8d",
        "price": 23.16,
        "price_sale": 20.28,
        "price_details": [
          {
            "variation_key": "610258858c5acd00452fcf8d",
            "price": 996.12,
            "price_sale": 11.11
          }
        ]
      }
    ]
  }
}

Response

Created

idstring

Flash price campaign‘s ID<br>商品限時促銷價活動ID

titlestring

Flash price campaign's title<br>商品限時促銷價活動名稱

start_atstring

The start time of the event<br>商品限時促銷價活動開始時間

end_atstring

The end time of the event<br>商品限時促銷價活動結束時間

merchant_idstring

Merchant ID<br>商户ID

product_idsstring[]

The ids of the products which will be presented in this flash price campaign<br> 是次商品限時促銷價活動所包括的商品id