問題タブ [etsy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
etsy - Way to get item details + images in Etsy API?
I'm not sure if this is the place to ask, but the Etsy developer support is stupidly slow to reply (been waiting 4 days, and that was just to see if I could go ahead with the project - as I didn't want to break their TOS). Anyway, that aside...
I have a script I'm going to offer to our users, that would call the following feed: (using the details here: https://www.etsy.com/developers/documentation/getting_started/requests )
That would then get the items they have for sale on their shop. So far, so good. One slight problem... there are no images!!! Now, based on their documentation (https://www.etsy.com/developers/documentation/getting_started/images) it says that you have to do a single request for EVERY item!
Surely that can't be right? So we have to do:
- 1 api key request to get the feed
- 200 x api requests to get the image urls
There has to be a better way, surely?
I'm all ears to suggestions, as this is driving me nuts.
etsy - Etsy API: すべてのリスト項目をページ分割せずに、ショップ ID ごとに多数のアクティブなリストを取得できますか?
ショップID別の出品総数を知りたいです。利用可能なそのような API はありますか?
ショップ内のすべてのリストのページ分割された結果を返す API を見つけることができました。
この API で 100 を超える制限を与えることはできません。また、すべてのリストの合計数を取得するには、多数のリクエストを行う必要があります。リストは数千と言えます。アクティブなリスティングの総数を取得できる単純な API エンドポイントは非常に役立ちます。
php - PHP を使用した Etsy API ページネーション
そのため、私は API を使用するのはかなり初めてで、Etsy API を使用して特定のリストのセットを表示しようとしています。
デフォルトでは、API は 25 個の結果のセットを返し、一度に最大 100 個の結果を返すことができます。それ以上のものを表示したいので、呼び出しにページネーションを追加しようとしています。ここに私がこれまでに持っているものがあります:
これはループして次の 25 個の結果セットを返すと思っていましたが、そうではありませんでした。誰でもこれを使用した経験がありますか? つまずいたところはありますか?
ありがとう!
php - PHP/条件付きで API の結果をフィルタリングする際の問題
まず、かなり環境に配慮した質問かもしれないことを前もってお詫びします。私は PHP のコツをつかんだだけで、API のサポートはそれほど多くありません...
現在、Etsy API を使用して返されたリスティング結果をフィルタリングしようとしています。それらを特定のカテゴリまたは分類 ID のみに制限したいのですが、使用している PHP 条件のいずれも結果を返していないようです。これまでに試したことのいくつか:
ここで for と while の両方を試しました:
ここで明らかな何かが欠けているように感じますが、私は非常に立ち往生しています。私が間違っていることについてのガイダンスはありますか?
上記のコードに含まれる呼び出しを使用して、リスティングに対して返されるサンプル応答:
結果:
[ { list_id: 264154010, state: "active", user_id: 22167794, category_id: 69190377, title: "Swim with Mermaid print, hand lettering, watercol, green blue purple", creation_tsz: 1452898819, end_tsz: 1463349619, original_creation_tsz: 145289865 last_modified_tsz: 1452898849、価格: "10.00"、 currency_code: "USD"、数量: 15、タグ: [ "虹"、"ユニコーン"、"妖精"、"人魚"、"紫"、"青"、"緑" 、「手文字」「抽象」「文字」「手」「水彩」], category_path: [ "Art", "Print", "Giclee" ], category_path_ids: [ 68887312, 68892154, 69190377 ], url: "https://www.etsy.com/listing/264154010/swim-with-mermaids-print-hand-lettering?utm_source=funappyay&utm_medium=api&utm_campaign=api", taxonomy_id: 121, taxonomy_path: [ "Art & Collectibles", "Prints", "Giclee" ], }, { listing_id: 234448248, state: "active", user_id: 30961143, category_id: 68887486, title: "Keep Calm Peach.Unicorn の Hug Me Baby ブランケット アフガン クロシェ パターン赤ちゃん」、「毛布」、「かぎ針編み」、「かぎ針編みの模様」、「毛布の模様」、「Keep Calm", "Puff Stitch", "Baby Blanket", "Instant download", "baby girl", "baby boy", "hug me", "dk yarn pattern" ], category_path: [ "Patterns" ], category_path_ids : [ 68887486 ]、URL: "https://www.etsy.com/listing/234448248/keep-calm-and-hug-me-baby-blanket-afghan?utm_source=funappyay&utm_medium=api&utm_campaign=api ", taxonomy_id: 729, taxonomy_path: [ "クラフト用品 &ツール", "パターンとチュートリアル" ], },
inventory-management - ETSY セラーはどのように構成可能な商品の在庫を管理していますか?
在庫管理プロジェクトにETSYを統合したいと考えていますが、少し調査した結果、構成可能な製品のバリエーションの在庫を管理していないことがわかりました。特定のバリエーションではなく、製品全体の在庫を管理します。
今、私は etsy セラーが在庫の特定のバリエーションをどのように管理しているのか非常に興味がありますか?
特定のバリエーションの在庫を etsy で管理する方法はありますか?
php - Etsy PHP API - 配送オプション
Etsy Listing APIを使用すると、キーワードに一致するリストが返され、問題なくページネーションできます。
ただし、英国に配送される商品のみを検索したいと考えています。
URL パラメーターを使用しようとしましたregion
が、米国にしか配送できない商品がまだ届きます。
英国で発送可能な商品を受け取るために何を渡す必要があるかを理解するのを手伝ってもらえますか?