11st.co.kr
Unofficial 11st provider for product search, product detail, order history, and shipment tracking.
Targets 11st's private commerce surface rather than a public API. The implementation must deal with logged-in session state, catalog filtering, variant selection, and post-purchase order tracking while being explicit that it relies on unofficial scraping or mobile endpoints. Use realistic inputs such as keyword, category, brand, sort, product_id, size, color, and order_id.
Query 11st catalog search with keyword and filter parameters to return product listings with price, popularity, review counts, and stock state.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Catalog search keyword.
wireless earbuds
Optional category filter.
electronics
Optional brand filter.
sony
Sort order such as recommended, lowest price, or review count.
recommended
No account auth required for this operation.
Fetch the detailed 11st product page payload for a product_id, including option availability, shipping notes, and review summary fields.
Product identifier from search results or a product link.
11st_55001234
Retrieve the authenticated 11st user's order history with pagination and date filters, matching the order center in the private storefront.
1-based order history page number.
1
Orders to return per page.
10
Optional lower bound for purchase date filtering.
2024-05-01
Optional upper bound for purchase date filtering.
2024-06-30
Inspect parcel progress for an 11st order_id and surface the current courier step, carrier name, and latest scan timestamp.
Order identifier to inspect for delivery progress.
11st_ord_909988
Optional parcel tracking number from the seller or carrier.
689102334455
Suggested surface — propose changes in your submission if the upstream differs.
No account auth required for this operation.
Auth required for this operation.
Auth required for this operation.