サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded"  -d 'access_token=xxx&refresh_token=yyy&wait_flag=1&fields=goods_page_goods_code,goods_page_shop_c_shop_category_name,goods_page_shop_c_display_order,goods_page_shop_c_creation_date,goods_page_shop_c_creator_id,goods_page_shop_c_creator_name,goods_page_shop_c_last_modified_date,goods_page_shop_c_last_modified_by_id,goods_page_shop_c_last_modified_by_name&goods_page_goods_code-eq=syohin' https://api.next-engine.org/api_v1_master_goods_page_shopcategory/search
レスポンス
{
  "result": "success",
  "count": "1",
  "data": [
    {
      "goods_page_goods_code": "hoge",
      "goods_page_shop_c_shop_category_name": "カテゴリトップ¥レディスファッション¥Tシャツ¥半袖",
      "goods_page_shop_c_display_order": "1",
      "goods_page_shop_c_creation_date": "2021-08-12 15:36:02",
      "goods_page_shop_c_creator_id": "2",
      "goods_page_shop_c_creator_name": "xxx",
      "goods_page_shop_c_last_modified_date": "2021-08-12 15:36:02",
      "goods_page_shop_c_last_modified_by_id": "2",
      "goods_page_shop_c_last_modified_by_name": "xxx"
    }
  ],
  "access_token": "xxx",
  "access_token_end_date": "2021-08-13 05:32:55",
  "refresh_token": "xxx"
  "refresh_token_end_date": "2021-08-13 05:32:55"
}