Create SupplierTool to create a new supplier.
Delete CategoryTool to delete a single category by id.
Delete SupplierTool to delete a specific supplier by id.
Get CategoryTool to get a single category by id.
Get DiscountTool to get a single discount by id.
Get EmployeeTool to get a single employee by id.
Get JWKSTool to fetch json web key set for openid connect.
Get Merchant InfoTool to get merchant information.
Get OpenID Connect Discovery DocumentTool to retrieve the openid connect discovery document.
Get Payment TypeTool to get a single payment type by its id.
Get StoreTool to retrieve details of a specific store by its id.
List CategoriesTool to list categories with optional filtering and pagination.
List CustomersTool to get a list of customers.
List DiscountsTool to list discounts.
List EmployeesTool to get a list of employees.
List ItemsTool to list items with filtering and pagination.
List ModifiersTool to list modifiers.
List Payment TypesTool to list payment types.
List ReceiptsTool to retrieve a list of receipts.
List ShiftsTool to list shifts.
List SuppliersTool to retrieve a list of suppliers.
List TaxesTool to list taxes.
List VariantsTool to list variants.
List WebhooksTool to list webhooks.