@n8n-dev/n8n-nodes-reverb
v1.0.1
Published
Reverb
Maintainers
Readme
@n8n-dev/n8n-nodes-reverb
Stop writing reverb API integrations by hand.
Every time you connect n8n to reverb, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to reverb took 5 minutes, not half a day?
This node gives you 23+ resources out of the box: Articles, Categories, Comparison Shopping Pages, Conversations, Countries, and 18 more: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-reverbOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-reverb - Click Install
Quick Start
- Install the node (above)
- Add credentials: reverb API → paste your API key
- Drag the reverb node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Get Articles
- Get List of all article categories
- Get List of supported product categories
- Get Categories Flat
- Get Full taxonomy tree of categories including middle categories
- Get Returns a set of comparison shopping pages based on the current params
- Get Show comparison shopping page
- Get Return new or used listings for a comparison shopping page
- Get View reviews of a comparison shopping page
- Post Make an offer to the other participant in the conversation
- Get Retrieve a list of country codes with corresponding subregions
- Get Returns a set of comparison shopping pages based on the current params
- Get Csps Categories
- Get Show comparison shopping page
- Get Curated Sets
- Get List of supported display currencies for browsing listings
- Get List of supported listing currencies for shops
- Get Feedback details
- Get results from a handpicked collection
- Get List of supported product conditions
- Get Default search of listings includes only used handmade Add a filter to view all listings or use the listings all endpoint
- Post Create a listing
- Get All listings including used handmade and brand new
- Get Individual facets
- Get Returns the latest negotiation for the requesting user given a listing ID
- Post Make an offer to the seller of a listing
- Get View available bump tiers and stats for a listing
- Post Bump a listing
- Post Start a conversation with a seller
- Get View the images associated with a particular listing
- Delete an image from a listing
- Get See all sales that include a listing
- Delete a draft listing Cannot be used on non drafts
- Put Update a listing
- Get Edit listing
- Post Flag a listing for inappropriate content or fraud
- Get View reviews of a listing
- Post Create a review for a listing
- Get Listing details
- Get account details
- Put Update account details
- Get See all addresses in your address book
- Post Create a new address in your address book
- Delete an existing address in your address book
- Put Update an existing address in your address book
- Get a list of your conversations
- Post Start a conversation
- Post Send a message
- Put Mark a conversation read unread
- Get your actionable status counts
- Delete My Curated Set Product
- Post My Curated Set Product
- Get listings from your feed
- Get your feed customization options
- Get your feed
- Get List of received feedback
- Get List of sent feedback
- Get See what the user is following
- Get Returns a user s ArticleCategoryFollows
- Post Set a user s ArticleCategoryFollows
- Delete Unfollow a brand
- Get Follow status for a brand
- Post Follow a brand
- Delete Unfollow a subcategory
- Get Follow status for a subcategory
- Post Follow a subcategory
- Delete Unfollow a collection
- Get Follow status for a collection
- Post Follow a collection
- Delete Unfollow a handpicked collection
- Get Follow status for a handpicked collection
- Post Follow a handpicked collection
- Get Follow status for a search
- Post Follow a search
- Delete Unfollow a shop
- Get Follow status for a shop
- Post Follow a shop
- Delete a follow
- Delete My Follows Alert
- Post My Follows Alert
- Get Retrieve a list of live listings for the seller To search all listings specify state all
- Get Retrieve a list your draft listings
- Get a list of active negotiations as a seller
- Put End a listing
- Get a list of your lists wishlist watch list etc
- Get a list of active negotiations as a buyer
- Get offer details
- Post Accept an offer
- Post Counter an offer
- Post Decline an offer
- Get List of orders that need feedback
- Get Returns all orders newest first
- Get My Orders Buying By Uuid
- Get Returns unpaid orders newest first
- Get Returns order details for a buyer
- Post Marks an order as received by the buyer
- Get all seller orders newest first
- Get unpaid seller orders newest first
- Get See previous orders from buyer
- Get My Orders Selling By Uuid
- Get unpaid seller orders newest first
- Get Returns order details for a seller
- Post Marks an order as picked up
- Post Marks an order as shipped
- Post Initiate a refund for a sold order
- Get payments
- Get a list of payouts
- Get Read the line items of a payout
- Get a list of refund requests as a seller
- Put Update a refund request for a sold order
- Get a list of your recently viewed listings
- Get a list of wishlisted items
- Delete Remove a listing from your wishlist
- Put Add a listing to your wishlist
- Get Feedback details for an order s buyer
- Post Add feedback about an order s buyer
- Get Feedback details for an order s seller
- Post Add feedback about an order s seller
- Get list of payment methods
- Get a summary of transactions for a given price guide
- Get View a review
- Put Update a review
- Post Create a review for a product
- Get View upcoming and live Reverb official sales
- Get View your created sales
- Delete Remove a listing from a sale
- Post Add listings to a sale
- Get Sales
- Get List of supported shipping providers
- Get Shipping Regions
- Get your own shop details
- Put Update your shop profile
- Get List of supported product conditions
- Get accepted payment methods
- Delete Disable vacation mode All listings will be re enabled
- Get Returns shop vacation status
- Post Enable vacation mode All listings will be unavailable until vacation mode is turned off
- Get storefront details on a shop
- Get List of shipping profiles for your shop
- Get details on a shop
- Get seller s feedback
- Get seller s feedback as a buyer
- Get seller s feedback as a seller
- Get A list of wanted items by the user
- Delete Unmark an item wanted
- Put Mark an item wanted Returns 200 on success or 422 on failure
- Get WEBHOOK registrations
- Post Register a WEBHOOK
- Delete Remove a WEBHOOK
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from reverb docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official reverb OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official reverb OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the reverb API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0
