サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d
'access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=mall_id%2Cmall_name%2Cmall_kana%2Cmall_note%2Cmall_country_id%2Cmall_deleted_flag&mall_name-like=Yahoo!%E3%82%B7%E3%83%A7%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0&offset=0&limit=2' https://api.next-engine.org/api_v1_system_mall/search
レスポンス
{
"result": "success",
"count": "1",
"data": [
{
"mall_id": "2",
"mall_name": "Yahoo!ショッピング",
"mall_kana": "ヤフーショッピング",
"mall_note": null,
"mall_country_id": "1",
"mall_deleted_flag": "0"
}
],
"access_token": "xxxxxxxxxx",
"access_token_end_date": "2017-04-15 13:03:47",
"refresh_token": "xxxxxxxxxx",
"refresh_token_end_date": "2017-04-17 13:03:47"
}