/surugaya/products/offers

POST /api/surugaya/products/offers

Price: 5 credits

List every shop selling a given Suruga-ya (駿河屋) product: the price, condition and stock of each offer, whether it comes from Suruga-ya itself or from a partner shop, the shop's name, rating, review count and address, the dispatch window, the shop's shipping-fee ladder and when the offer was created and last updated. Offers can be narrowed to one of the five conditions the shop distinguishes (new, used, pre-order, premium and damaged).

How to use it

List all sellers of one Suruga-ya product by its id (the same id the products and search endpoints use). Each offer carries product_id, seller and seller_id (empty for Suruga-ya's own listings, where is_surugaya is true) with seller_url, seller_rating, seller_review_count and seller_address, condition as printed by that seller plus condition_type (new/used/preorder), condition_note, price in JPY, stock_quantity and store_stock_quantity, branch_number and variant_number (which together with seller_id identify the offer), sku, model_number, image, is_free_shipping (whether this item alone already ships free), shipping_tiers (the shop's fee ladder: order_price_from with the shipping fee charged from that order value, as a range where the shop quotes one) and free_shipping_threshold (the order value from which that ladder reaches zero, null when the shop never ships free), shipping_min_days/shipping_max_days, campaign with campaign_ends_at, created_at and updated_at as unix seconds. Filter with condition (all, new, used, preorder, premium, damaged) and order with sort. A product with no seller at all returns an empty list; premium and damaged are conditions partner shops assign and are often empty.

Parameters

Request body

Response

Errors

Response headers