E-commerce platforms
ebay.com:buy-browse
eBay sandbox and mock API
The Browse API has the following resources: item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, or item aspects and refine the results by using filters, such as aspects, compatibility, and fields values. (Experimental) search_by_image: Lets shoppers search for specific items by image. You can refine the results by using URI parameters and filte Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 11
- Collections
- -
- Event types
- -
example request
curl https://your-ebay.slurry.io/buy/browse/v1/item/ \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version v1.1.0.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
All 11.
- GET/item/
- GET/item/get_item_by_legacy_id
- GET/item/get_items_by_item_group
- GET/item/{item_id}
- POST/item/{item_id}/check_compatibility
- GET/item_summary/search
- POST/item_summary/search_by_image
- GET/shopping_cart/
- POST/shopping_cart/add_item
- POST/shopping_cart/remove_item
- POST/shopping_cart/update_quantity