受注店舗取得
GET /stores/{store_id}
GET
/stores/{store_id}
受注店舗を取得します。
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” store_id
required
string
受注店舗ID
※通常店舗
及び倉庫
の店舗IDは指定できません。
Example
23
Responses
Section titled “ Responses ”取得成功
Store
object
storeId
受注店舗ID
string
23
storeCode
required
店舗コード
※契約ID内でユニークでなければエラーになります。
string
999002
storeName
required
店舗名
string
物産店
storeAbbr
店舗名略称
string
物産店
sellDivision
販売区分:受注店舗での販売時の消費税の扱いを指定できます。
included
: 内税販売excluded
: 外税販売
string
included
sumDateChangeTime
指定した時刻を起点として締めを行なう日付が切り替わります。
string
23:59
displaySequence
店舗の並び順。
integer
1
pauseFlag
休止フラグ
- true:休止
- false:通常
boolean
pointPaymentMethodId
ポイント支払方法
スマレジで取引を作成する際に、ポイント支払に割り当てるスマレジの支払方法IDを設定してください。
※管理画面では必須項目です。未設定の場合、受注店舗登録後に受注店舗詳細画面より設定してください。
string
2
Example
{ "storeId": "23", "storeCode": "999002", "storeName": "物産店", "storeAbbr": "物産店", "sellDivision": "included", "sumDateChangeTime": "23:59", "displaySequence": 1, "pauseFlag": false, "pointPaymentMethodId": "2"}