`/inventory pending`
`/inventory pending`
Tier:
managerShows deliverables held mid-delivery, pending crash recovery.SellAuth endpoints: none — this command works entirely from the bot’s own database.`/inventory resolve`
`/inventory resolve`
Tier:
managerResolves a pending, interrupted inventory transaction.SellAuth endpoints: none — this command works entirely from the bot’s own database.`/inventory restore`
`/inventory restore`
Tier:
managerRestores a held deliverable back into stock.SellAuth endpoint: PUT /shops/{id}/products/{id}/deliverables/append/{id}`/inventory show`
`/inventory show`
Tier:
managerShows the inventory transaction log for a product or variant.SellAuth endpoints: none — this command works entirely from the bot’s own database.`/restock`
`/restock`
Tier:
managerAdds new stock (keys or deliverables) to a product.SellAuth endpoints:GET /shops/{id}/productsGET /shops/{id}/products/{id}/deliverables/{id}PUT /shops/{id}/products/{id}/deliverables/append/{id}PUT /shops/{id}/products/{id}/deliverables/overwrite/{id}
`/sendkey`
`/sendkey`
Tier:
managerManually sends a specific key or deliverable to a customer.SellAuth endpoints:GET /shops/{id}/productsGET /shops/{id}/products/{id}/deliverables/{id}PUT /shops/{id}/products/{id}/deliverables/overwrite/{id}
`/stock`
`/stock`
Tier:
viewerShows current stock levels across products.SellAuth endpoint: GET /shops/{id}/products