瀏覽代碼

CLAUDE changes

Benjamin Harris 2 周之前
父節點
當前提交
2315196c3f
共有 2 個文件被更改,包括 29 次插入1 次删除
  1. 3 1
      .gitignore
  2. 26 0
      CLAUDE.md

+ 3 - 1
.gitignore

@@ -1,4 +1,6 @@
 # Ignore the .claude directory
 .claude/
 # Ignore all zip files
-*.zip
+*.zip
+
+OPENCART.md

+ 26 - 0
CLAUDE.md

@@ -138,6 +138,32 @@ Key endpoints:
 | `/webhooks` | POST | Register a webhook endpoint |
 | `/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
 
 ### OpenCart → Reverb (triggered on product save event or manual sync)