Skip to main content
9 commands. Product-level detail, bulk status/visibility changes, and the shop’s own linked-Discord, subdomain and YouTube settings. Tiers (least to most privileged) and what each can do are explained on the Commands overview.
Tier: managerUploads an image asset to the shop, e.g. for a product or panel.SellAuth endpoint: POST /shops/{id}/images
Tier: viewerShows detail for a single product.SellAuth endpoint: GET /shops/{id}/products
Tier: managerSets the shop’s linked Discord server invite.SellAuth endpoints:
  • GET /shops/{id}
  • PUT /shops/{id}/update
Tier: managerAttempts to configure automatic feedback requests for the shop.SellAuth endpoints: none — local by design. SellAuth exposes no automatic-feedback setting on PUT /shops/{id}/update — the command says so rather than fabricating a toggle.
Tier: managerSets the shop’s SellAuth subdomain.SellAuth endpoints:
  • GET /shops/{id}
  • PUT /shops/{id}/update
Tier: managerSets the shop’s linked YouTube URL.SellAuth endpoints:
  • GET /shops/{id}
  • PUT /shops/{id}/update
Tier: viewerShows shop identity and balance summary.SellAuth endpoints:
  • GET /shops
  • GET /shops/{id}/payouts/balances
Tier: managerBulk-changes product status (e.g. active/inactive) across products.SellAuth endpoint: PUT /shops/{id}/products/bulk-update/status
Tier: managerBulk-changes product visibility (listed/hidden) across products.SellAuth endpoints:
  • GET /shops/{id}/products
  • PUT /shops/{id}/products/bulk-update/visibility