文档中心 > Developing documents(已废弃)

Create Limited Discount Promotion

更新时间:2018/06/22 访问次数:635

New API

API Document: aliexpress.marketing.limitdiscountpromotion.create

Example


Request

param_limited_disc_input_dto

{
  "promotion_name": "promotion from open API",
  "promotion_start_time": "2018-06-23 14:18:40",
  "has_promo": false,
  "promotion_end_time": "2018-06-24 14:18:40"
}

Response

{
    "time_stamp": "2018-06-22 14:18:41",
    "request_id": "1***9",
    "target": 3***1
}

Old API (Deprecated)

API Document: aliexpress.marketing.redefining.createlimitdiscountpromotion

Example


Request

store_promotion={"start_time":1521512785615,"promotion_name":"promotion from open API","end_time":1521516385615}
app_key=2***7
method=aliexpress.marketing.redefining.createlimitdiscountpromotion
session=5***1
v=2.0
format=json
sign_method=hmac
sign=2***D
simplify=false
timestamp=2018-03-19 15:26:25

Response

{
    "promotion_result": {
        "result": true,
        "error_code": 0,
        "data_entry": 2***8
    },
    "request_id": "1***2"
}

FAQ

关于此文档暂时还没有FAQ
返回
顶部