noon.com
MENA marketplace shopping workflows for search, product detail, cart building, and order tracking.
Build a browser-driven Noon marketplace provider for MENA shopping flows. It should cover product search, listing and seller comparison, stock and price checks, cart preparation, checkout review, explicit order approval, shipment tracking, invoices, cancellations, returns, and refunds.
Find Noon listings by category, brand, seller, price range, and delivery promise. This is the discovery step for shopping tasks and should expose enough metadata to compare offers.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Search keywords or product phrase.
wireless headphones
Optional category filter for narrowing results.
electronics
Minimum price filter.
50
Maximum price filter.
500
Auth required for this operation.
Fetch the full product page data, including stock, seller score, discounts, and warranty terms. Use this after search when the user needs a deeper comparison.
Identifier of the Noon product to inspect.
p-123456
Monitor price, availability, promotion, and delivery-window changes for a saved product. This supports decision-making before checkout.
Product identifier to monitor.
p-123456
Optional threshold price for alerts or comparison.
299
Assemble a draft cart with variants, quantity, address, wallet, and payment method details, but do not place the order yet. This step is for checkout review and total calculation.
Product to add to the cart.
p-123456
Selected variant such as color or size.
{"color":"black"}
Quantity to add to the cart.
2
Delivery address or address book entry.
addr-001
Show the final cart contents, totals, shipping, wallet or card payment method, and purchase terms before confirmation. This is the last checkpoint before placing the order.
Draft cart returned by the preparation step.
{...}
Submit the prepared cart only after explicit user approval and final total review. This creates the Noon order and starts fulfillment.
Confirmed cart ready for checkout.
{...}
Explicit user approval to place the order.
true
Retrieve shipment progress, invoice details, cancellation status, return flow, and refund state for an existing Noon order. Use this for post-purchase follow-up and support.
Noon order identifier to query.
ORD-987654
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.