ReCORE.co-api

クーポン設定

クーポン検索

概要

基本情報

query

key 説明 制約など
ids クーポンID 整数のみ、カンマ区切りで複数指定可能
apply_type 適用タイプ -
channel 適用チャネル -
status ステータス -
page ページ 整数のみ、デフォルト:1
limit 1ページあたりの件数 整数のみ、デフォルト:50、最大: 250

GET /setting/coupons?apply_type=MANUAL&channel=sas&status=ACTIVE
[
  {
    "id": 1,
    "code": "CPTKU68C1TDS",
    "store": {
      "id": 1,
      "name": "本店"
    },
    "name": "販売割引20%OFF",
    "apply_type": "MANUAL"
  }
]
key type 説明
*.id int クーポンID
*.code string クーポンコード
*.store object | null 店舗
*.store.id int 店舗ID
*.store.name string 店舗名
*.name string クーポン名
*.apply_type string 適用タイプ