SPIGA(スピーガ)

SPIGA(スピーガ)

ブランド設立
日本
会社 株式会社ナオインターナショナル(NAO INTERNATIONAL Co., Ltd.)
系統 ギャル お姉ギャル セクシー 渋谷
公式HP http://www.spiga.co.jp/


トレンドを意識しながら個性を演出できるファストファションを提案するブランド。女の子のクローゼットの中のように、セクシーとキュートの両方のファッションを詰め込んだ欲張りな女の子そのもののショップ。

商品を探す

"); let SORT = '-reviewCount'; function put_item(item) { let imgUrl = (item.mediumImageUrls && item.mediumImageUrls.length > 0) ? item.mediumImageUrls[0].imageUrl.replace('?_ex=128x128', '') : ''; $("#contentInner").append(`
${item.itemPrice}円(税込)
`); } function search_rakuten(page) { let apiUrl = 'https://openapi.rakuten.co.jp/ichibams/api/IchibaItem/Search/20260701' + '?applicationId=' + APPID + '&accessKey=' + ACCESS_KEY + '&affiliateId=' + affiliateId + '&shopCode=' + SHOP_CODE + '&genreId=' + GENRE_ID + '&keyword=' + KEYWORD + '&sort=' + SORT + '&page=' + page; $.ajax({ url: apiUrl, type: 'get', dataType: 'json', timeout: 10000, async: true }).done(function(data) { let goods = data.Items; if (goods && goods.length > 0) { for (let i in goods) { put_item(goods[i].Item); } if (page < MAX_PAGE) { search_rakuten(page + 1); } } else { console.log('該当する商品が見つかりませんでした。'); } }).fail(function(xhr, status, error) { console.log('読み込みエラー:', error); }); } search_rakuten(1);});

コメント