POST /api/paypayfleamarket/users/items
Price: 5 credits
List everything a Yahoo!フリマ (formerly PayPay フリマ) member has put up for sale, on sale and already sold, with the same filters as the marketplace search: sale state, declared condition, price range in yen, fashion facets (gender, clothing, shoe and kids sizes, wear count, colour family) and ordering. Each listing carries the price, condition, like count, category path, brand and hashtags, so the whole shop front can be priced and dated in one call.
Read a Yahoo!フリマ / PayPay フリマ seller's whole shop front. Provide user (id such as 'p58634' or a profile URL) and count. status=sold shows what actually sold and at what price, status=open what is still listed. Prices are Japanese yen. Each result has id, url, name, price, price_before_discount when the seller marked the item down, status, condition, image, like_count, opened_at/ended_at (unix seconds), category and category_path, brand, catalog_id, hashtags and seller.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)status string — Only listings that are still on sale, already sold, or both (default: "all"; one of: "open", "sold", "all")conditions array — Item conditions the seller declared (default: []; one of: "new", "like_new", "no_visible_damage", "slight_damage", "damaged")price_min integer nullable — Lowest asking price in Japanese yen (min: 0)price_max integer nullable — Highest asking price in Japanese yen (min: 0)sort string — Field the listings are ordered by (default: "ranking"; one of: "ranking", "open_time", "price", "like_count", "end_time")order string nullable — Direction of the ordering; best matches first for sort=ranking, newest or highest first (one of: "asc", "desc")gender array — Gender the fashion item is made for (default: []; one of: "mens", "womens", "boys", "girls")clothing_size array — Clothing sizes to include (default: []; one of: "2xs", "xs", "s", "m", "l", "xl", "2xl", "3xl", "4xl", "5xl", "6xl", "7xl", "8xl", "9xl", "free")shoe_size array — Shoe sizes to include (default: []; one of: "9cm", "9.5cm", "10cm", "10.5cm", "11cm", "11.5cm", "12cm", "12.5cm", "13cm", "13.5cm", "14cm", "14.5cm", "15cm", "15.5cm", "16cm", "16.5cm", "17cm", "17.5cm", "18cm", "18.5cm", "19cm", "19.5cm", "20cm", "20.5cm", "21cm", "21.5cm", "22cm", "22.5cm", "23cm", "23.5cm", "24cm", "24.5cm", "25cm", "25.5cm", "26cm", "26.5cm", "27cm", "27.5cm", "28cm", "28.5cm", "29cm", "29.5cm", "30cm", "30.5cm", "31cm", "31.5cm", "32cm", "32.5cm", "33cm", "33.5cm", "34cm", "free")kids_size array — Baby and kids clothing sizes to include (default: []; one of: "50cm", "60cm", "70cm", "80cm", "90cm", "95cm", "100cm", "110cm", "120cm", "130cm", "140cm", "150cm", "160cm", "170cm", "180cm", "free")wear_count array — How many times the seller says the item was worn (default: []; one of: "once_or_twice", "three_to_five", "six_to_ten", "eleven_or_more")color array — Colour families to include (default: []; one of: "white", "black", "gray", "beige", "brown", "red", "pink", "purple", "navy", "blue", "green", "khaki", "yellow", "orange", "gold", "silver", "clear", "multi")user string required — Yahoo!フリマ user id or a full profile URL whose listings are returned (examples: "p58634", "https://paypayfleamarket.yahoo.co.jp/user/p58634"; minLength: 1)count integer required — Max number of listings to return (examples: 100; min: 1)@type string (default: "PaypayfleamarketItemCard")id string requiredurl string requiredname string requiredprice number nullableprice_before_discount number nullablestatus string nullablecondition string nullablecondition_name string nullableimage string nullableimage_count integer nullablelike_count integer nullableopened_at integer nullableended_at integer nullablecategory object nullable@type string (default: "PaypayfleamarketCategoryRef")id integer requiredname string requiredcategory_path array (default: [])@type string (default: "PaypayfleamarketCategoryRef")id integer requiredname string requiredcategory_url string nullableproduct_category_id integer nullablebrand object nullable@type string (default: "PaypayfleamarketBrandRef")id integer requiredname string requiredcatalog_id string nullablehashtags array (default: [])seller object nullable@type string (default: "PaypayfleamarketUserRef")id string requiredurl string requiredrating_count integer nullablegood_ratio number nullableis_price_down boolean nullableis_first_submit boolean nullableis_sparkle_submit boolean nullableis_count_down_campaign_target boolean nullableis_bulk_purchase_item boolean nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — User not found (well-formed id but no such member on Yahoo!フリマ) Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.