Skip to main content
7 commands. Stock levels, restocking, key delivery, and recovery of deliverables interrupted by a crash mid-delivery. Tiers (least to most privileged) and what each can do are explained on the Commands overview.
Tier: managerShows deliverables held mid-delivery, pending crash recovery.SellAuth endpoints: none — this command works entirely from the bot’s own database.
Tier: managerResolves a pending, interrupted inventory transaction.SellAuth endpoints: none — this command works entirely from the bot’s own database.
Tier: managerRestores a held deliverable back into stock.SellAuth endpoint: PUT /shops/{id}/products/{id}/deliverables/append/{id}
Tier: managerShows the inventory transaction log for a product or variant.SellAuth endpoints: none — this command works entirely from the bot’s own database.
Tier: managerAdds new stock (keys or deliverables) to a product.SellAuth endpoints:
  • GET /shops/{id}/products
  • GET /shops/{id}/products/{id}/deliverables/{id}
  • PUT /shops/{id}/products/{id}/deliverables/append/{id}
  • PUT /shops/{id}/products/{id}/deliverables/overwrite/{id}
Tier: managerManually sends a specific key or deliverable to a customer.SellAuth endpoints:
  • GET /shops/{id}/products
  • GET /shops/{id}/products/{id}/deliverables/{id}
  • PUT /shops/{id}/products/{id}/deliverables/overwrite/{id}
Tier: viewerShows current stock levels across products.SellAuth endpoint: GET /shops/{id}/products