主に商品価格を取得するAPIが提供されている。
getPricing [reference]
自分の使っているライブラリだと何も取得出来ずよく分からない。マニュアル上ではカート取得可否や推奨出品価格とかが取れるっぽい。
getCompetitivePricing [reference]
カート価格取得用API。最大20件のASIN or SKUを指定して取得可能。
取得できる主な情報
- カート価格(出品価格・送料・ポイント含む)
- 商品の状態
- 出品者の数
- 商品のランキング
レスポンスのサンプル
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
{ "payload": [ { "status": "Success", "ASIN": "B075M3YFB4", "Product": { "Identifiers": { "MarketplaceASIN": { "MarketplaceId": "A1VC38T7YXB528", "ASIN": "B075M3YFB4" } }, "CompetitivePricing": { "CompetitivePrices": [ { "CompetitivePriceId": "1", "Price": { "LandedPrice": { "CurrencyCode": "JPY", "Amount": 1539 }, "ListingPrice": { "CurrencyCode": "JPY", "Amount": 1568 }, "Shipping": { "CurrencyCode": "JPY", "Amount": 0 }, "Points": { "PointsNumber": 29, "PointsMonetaryValue": { "CurrencyCode": "JPY", "Amount": 29 } } }, "condition": "New", "subcondition": "New", "belongsToRequester": false } ], "NumberOfOfferListings": [ { "Count": 1, "condition": "New" }, { "Count": 1, "condition": "Any" } ] }, "SalesRankings": [ { "ProductCategoryId": "ebooks_display_on_website", "Rank": 186075 }, { "ProductCategoryId": "2293268051", "Rank": 166 }, { "ProductCategoryId": "886894", "Rank": 181 }, { "ProductCategoryId": "2291729051", "Rank": 279 } ] } }, { "status": "Success", "ASIN": "B084SW6YRW", "Product": { "Identifiers": { "MarketplaceASIN": { "MarketplaceId": "A1VC38T7YXB528", "ASIN": "B084SW6YRW" } }, "CompetitivePricing": { "CompetitivePrices": [], "NumberOfOfferListings": [] }, "SalesRankings": [ { "ProductCategoryId": "ebooks_display_on_website", "Rank": 52672 }, { "ProductCategoryId": "542590", "Rank": 58 }, { "ProductCategoryId": "2291758051", "Rank": 63 }, { "ProductCategoryId": "2293291051", "Rank": 2384 } ] } } ] } |
getListingOffers [reference]
商品がSKUでしか指定できない。取得できる情報からすると価格の自動改定に使うためのAPIかなという印象。
取得できる主な情報
- 販売者の数
- カートを取れる販売者の情報(評価数・発送の所要時間など)
- 全販売者の情報
- 販売価格
- カート価格
- 自分の販売価格
- 商品のランキング
レスポンスのサンプル
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
{ "payload": { "SKU": "hogehoge", "ItemCondition": "New", "status": "Success", "Identifier": { "MarketplaceId": "A1VC38T7YXB528", "SellerSKU": "hogehoge", "ItemCondition": "New" }, "Summary": { "TotalOfferCount": 3, "NumberOfOffers": [ { "condition": "new", "fulfillmentChannel": "Amazon", "OfferCount": 1 }, { "condition": "new", "fulfillmentChannel": "Merchant", "OfferCount": 2 } ], "LowestPrices": [ { "condition": "new", "fulfillmentChannel": "Amazon", "LandedPrice": { "CurrencyCode": "JPY", "Amount": 543 }, "ListingPrice": { "CurrencyCode": "JPY", "Amount": 548 }, "Shipping": { "CurrencyCode": "JPY", "Amount": 0 } }, { "condition": "new", "fulfillmentChannel": "Merchant", "LandedPrice": { "CurrencyCode": "JPY", "Amount": 692 }, "ListingPrice": { "CurrencyCode": "JPY", "Amount": 699 }, "Shipping": { "CurrencyCode": "JPY", "Amount": 0 } } ], "BuyBoxPrices": [ { "condition": "new", "LandedPrice": { "CurrencyCode": "JPY", "Amount": 543 }, "ListingPrice": { "CurrencyCode": "JPY", "Amount": 548 }, "Shipping": { "CurrencyCode": "JPY", "Amount": 0 }, "Points": { "PointsNumber": 5 }, "sellerId": "hoge" } ], "ListPrice": { "CurrencyCode": "JPY", "Amount": 498 }, "SalesRankings": [ { "ProductCategoryId": "toy_display_on_website", "Rank": 2559 }, { "ProductCategoryId": "2189682051", "Rank": 15 }, { "ProductCategoryId": "89199051", "Rank": 100 } ], "BuyBoxEligibleOffers": [ { "condition": "new", "fulfillmentChannel": "Amazon" }, { "condition": "new", "fulfillmentChannel": "Merchant" } ] }, "Offers": [ { "MyOffer": false, "SubCondition": "new", "SellerId": "hoge", "ShippingTime": { "minimumHours": 0, "maximumHours": 0, "availabilityType": "NOW" }, "ListingPrice": { "CurrencyCode": "JPY", "Amount": 548 }, "Points": { "PointsNumber": 5 }, "Shipping": { "CurrencyCode": "JPY", "Amount": 0 }, "IsFulfilledByAmazon": true, "PrimeInformation": { "IsPrime": true, "IsNationalPrime": true }, "IsBuyBoxWinner": true, "IsFeaturedMerchant": true }, { "MyOffer": false, "SubCondition": "new", "SellerId": "hoge", "SellerFeedbackRating": { "SellerPositiveFeedbackRating": 94, "FeedbackCount": 106 }, "ShippingTime": { "minimumHours": 24, "maximumHours": 48, "availabilityType": "NOW" }, "ListingPrice": { "CurrencyCode": "JPY", "Amount": 699 }, "Points": { "PointsNumber": 7 }, "Shipping": { "CurrencyCode": "JPY", "Amount": 0 }, "ShipsFrom": { "Country": "JP" }, "IsFulfilledByAmazon": false, "PrimeInformation": { "IsPrime": false, "IsNationalPrime": false }, "IsBuyBoxWinner": false, "IsFeaturedMerchant": true }, { "MyOffer": false, "SubCondition": "new", "SellerId": "hoge", "SellerFeedbackRating": { "SellerPositiveFeedbackRating": 76, "FeedbackCount": 592 }, "ShippingTime": { "minimumHours": 96, "maximumHours": 120, "availabilityType": "NOW" }, "ListingPrice": { "CurrencyCode": "JPY", "Amount": 1090 }, "Shipping": { "CurrencyCode": "JPY", "Amount": 0 }, "ShipsFrom": { "Country": "US" }, "IsFulfilledByAmazon": false, "PrimeInformation": { "IsPrime": false, "IsNationalPrime": false }, "IsBuyBoxWinner": false, "IsFeaturedMerchant": true } ] } } |
getItemOffers [reference]
何に使うのかよく分からない。getListingOffersのASIN版?
取得できる主な情報
- 販売者の数
- 最低価格
- カート価格
- 商品のランキング
- カート取得資格有無
レスポンスのサンプル
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
{ "payload": { "ASIN": "B075M3YFB4", "ItemCondition": "New", "status": "Success", "Identifier": { "MarketplaceId": "A1VC38T7YXB528", "ASIN": "B075M3YFB4", "ItemCondition": "New" }, "Summary": { "TotalOfferCount": 1, "NumberOfOffers": [ { "condition": "new", "fulfillmentChannel": "Merchant", "OfferCount": 1 } ], "LowestPrices": [ { "condition": "new", "fulfillmentChannel": "Merchant", "LandedPrice": { "CurrencyCode": "JPY", "Amount": 1539 }, "ListingPrice": { "CurrencyCode": "JPY", "Amount": 1568 }, "Shipping": { "CurrencyCode": "JPY", "Amount": 0 }, "Points": { "PointsNumber": 29 } } ], "BuyBoxPrices": [ { "condition": "new", "LandedPrice": { "CurrencyCode": "JPY", "Amount": 1539 }, "ListingPrice": { "CurrencyCode": "JPY", "Amount": 1568 }, "Shipping": { "CurrencyCode": "JPY", "Amount": 0 }, "Points": { "PointsNumber": 29 } } ], "SalesRankings": [ { "ProductCategoryId": "ebooks_display_on_website", "Rank": 186075 }, { "ProductCategoryId": "2293268051", "Rank": 166 }, { "ProductCategoryId": "886894", "Rank": 181 }, { "ProductCategoryId": "2291729051", "Rank": 279 } ], "BuyBoxEligibleOffers": [ { "condition": "new", "fulfillmentChannel": "Merchant", "OfferCount": 1 } ] }, "Offers": [ { "SubCondition": "new", "SellerId": "A1UGQWG30YHAAG", "ShippingTime": { "minimumHours": 24, "maximumHours": 48, "availabilityType": "NOW" }, "ListingPrice": { "CurrencyCode": "JPY", "Amount": 1568 }, "Points": { "PointsNumber": 29 }, "Shipping": { "CurrencyCode": "JPY", "Amount": 0 }, "ShipsFrom": { "Country": "JP" }, "IsFulfilledByAmazon": false, "PrimeInformation": { "IsPrime": false, "IsNationalPrime": false }, "IsBuyBoxWinner": true, "IsFeaturedMerchant": true } ] } } |