Jump to Content
ReverbGuides & Tutorials
HomeGuides & Tutorials
Guides & TutorialsLog InReverb
Log In

About The API

  • Getting Started
  • HTTP Headers
  • Rate Limiting and Terms of Service
  • Error Handling

Changelog

  • Changelog Update: 10/11/21

Authentication

  • Create a Personal Token
  • Personal Token Scopes

How To...

  • Build an E-Commerce Sync Integration

Create New Listings

  • Create Listings

Manage Existing Listings

  • Find and Update Listings
  • Image Updating
  • Manage Drafts
  • Manage Bumps
  • Manage Sales
  • Manage Direct Offers

Order Management

  • Retrieve Orders
  • Ship Orders
  • Tying Orders Together
  • Manage Refund Requests
  • Manage Negotiations

Payment Information

  • Payments and PayPal Transactions
  • Read Payouts

Manage Shop Settings

  • Vacation Mode
  • Account Details
  • Manage Messages
  • Manage Feedback

Testing on Sandbox

  • Testing on Sandbox

More Integrations

  • Embed Reverb in your website
  • Integration Apps (Shopify, Bigcommerce, Magento, Quickbooks)
  • Client Libraries

Troubleshooting

  • Debugging an API request
  • Debugging Integration Sync Issues (Bigcommerce, Shopify, Magento)

Client Libraries

Suggest Edits

Reverb Official Client Libraries

  • Magento Plugin - PHP
  • Magento Plugin V2 - PHP

Community Libraries

  • Reverb API - Java - geared toward affiliates

Translating curl to other languages

Most of the examples in this documentation will use the curl command which is available on most platforms. To translate this into other languages, please use the following references:

  • Curl in PHP
  • Curl in C#
  • For Ruby, use httparty or typhoeus

Updated over 2 years ago


  • Table of Contents
    • Reverb Official Client Libraries
    • Community Libraries
    • Translating curl to other languages