|
@@ -138,6 +138,32 @@ Key endpoints:
|
|
|
| `/webhooks` | POST | Register a webhook endpoint |
|
|
| `/webhooks` | POST | Register a webhook endpoint |
|
|
|
| `/categories/flat` | GET | Get the full Reverb category tree |
|
|
| `/categories/flat` | GET | Get the full Reverb category tree |
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+When creating API in reverb these are the options available.
|
|
|
|
|
+
|
|
|
|
|
+Scopes allow you to set the permissions of your token.
|
|
|
|
|
+| --- | --- |
|
|
|
|
|
+| public | Read publicly available data |
|
|
|
|
|
+| read_feedback | Read feedback that you have sent or received |
|
|
|
|
|
+| read_payouts | |
|
|
|
|
|
+| write_feedback | Write feedback about your transactions on the site |
|
|
|
|
|
+| read_listings | Read all of your listings with your sales and bump data |
|
|
|
|
|
+| write_listings | Create/update your listings (inventory, price, etc) and add a listing to sales / bump |
|
|
|
|
|
+| read_lists | Read your watch list / feed |
|
|
|
|
|
+| write_lists | Update your watch list / feed |
|
|
|
|
|
+| read_messages | Retrieve your messages |
|
|
|
|
|
+| write_messages | Post and update messages as you |
|
|
|
|
|
+| read_offers | Read your offers |
|
|
|
|
|
+| write_offers | Make offers on listings on your behalf |
|
|
|
|
|
+| read_orders | Read all your orders |
|
|
|
|
|
+| write_orders | Update the status of your orders |
|
|
|
|
|
+| read_profile | Get the details about your account and shop, such as name and email address |
|
|
|
|
|
+| write_profile | Update settings for your shop (name, address, vacation, etc) |
|
|
|
|
|
+| read_reviews | Read your reviews of listings |
|
|
|
|
|
+| write_reviews | Write reviews of listings on your behalf |
|
|
|
|
|
+| read_addresses | write_addresses |
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
## Sync Flow
|
|
## Sync Flow
|
|
|
|
|
|
|
|
### OpenCart → Reverb (triggered on product save event or manual sync)
|
|
### OpenCart → Reverb (triggered on product save event or manual sync)
|