SellerListingSearchクラス †
SellerListingSearch †
マーケットプレイスのリストを検索する。150,000アイテム以上あるセーラーは検索できない。
ItemSearchとほぼ同じため、省略します。
SellerListingSearchRequest †
| プロパティ | 説明 |
| SellerId | 検索するマーケットプレイスのセーラーのIDを指定する。必ず指定する。 |
| ListingPage | リストのページを指定する。1〜500の数字を指定できる。デフォルトは1。1ページにつき10のアイテムが返される。 |
| Title | これに指定された文字列をタイトルに含むアイテムをだけを取得する。指定しないとすべてのアイテムが返される。 |
| OfferStatus | Amazon.co.jpでは使えない。 |
| Sort | 結果の並び方を設定する。指定できる値と意味は、下の#Sortに。 |
| ResponseGroup | 詳しくは、ItemSearchRequestのResponseGroup。デフォルトは"Request"と"SellerListing"。これら以外は指定できない。 |
Sort †
| 値 | 説明 |
| -startdate | StartDateの新しい順番。 |
| startdate | +startdateと同じ? |
| +startdate | StartDateの古い順番。 |
| +price | 価格の安い順番。 |
| price | +priceと同じ? |
| -price | 価格の高い順番。 |
| -enddate | EndDateが遠い(先の)順番。 |
| enddate | EndDateが近い(前の)順番。 |
| sku | |
| -sku | |
| quantity | 数量の少ない順番。 |
| -quantity | 数量の多い順番。 |
| title | タイトル名の順番: 昇順。 |
| -title | タイトル名の順番: 降順。 |
SellerListingSearchResponse †
SellerListings †
SellerListing †
| プロパティ | 説明 |
| ASIN | アイテムのASIN(Amazon Standard Identification Number)。 |
| ListingId | アイテムのListing ID。 |
| ExchangeId | アイテムのExchange ID。 |
| EAN | Amazon.co.jpではJapanese Article Number(JAN)。 |
| SKU | アイテムのSKU。 |
| Title | アイテムのタイトル。 |
| Status | アイテムの状態。"Open"か"Close"。 |
| Condition | アイテムのコンディション。詳しくはOfferAttributesのConditionを。 |
| SubCondition | アイテムのコンディション。詳しくはOfferAttributesのSubConditionを。 |
| Price | アイテムの価格に関する情報。詳しくは../ItemSearch#Price。 |
| Quantity | アイテムの出品数。 |
| Seller | セーラーの情報。詳しくは../SellerLookup#Seller。 |
| StartDate | アイテムの販売開始の日付?"2005-01-01"形式の文字列。 |
| EndDate | アイテムの販売終了の日付?"2005-01-01"形式の文字列。 |
| UPC | |
| WillShipExpedited | |
| WillShipInternational | |
- 参考
- Seller Listing Data