Beyond-Bot.ai + Commerce Layer
Commerce Layer provides transactional commerce and analytics APIs for managing orders, inventory, pricing, customers, fulfillment, and related ecommerce operations.
Was du mit dieser Integration tun kannst
Dateneingabe automatisieren
Synchronisiere automatisch neue Kontakte oder Deals von Beyond-Bot.ai nach Commerce Layer.
Kundenprofile anreichern
Nutze Beyond-Bot.ai, um neue Informationen zu finden und in Commerce Layer zu ergänzen.
Workflows auslösen
Starte automatisierte Workflows in Commerce Layer basierend auf Gesprächen mit deinem virtuellen Experten.
Verfügbare Aktionen
Diese Aktionen kann dein virtueller Experte in Commerce Layer ausführen.
Create Customer
Create one Commerce Layer customer from an email and optional external-reference metadata. Use a unique email or reference for automation. This mutation is cleanly undoable with DELETE_CUSTOMER using the returned customer ID.
Delete Customer
Permanently delete one Commerce Layer customer by exact ID. This irreversible operation requires explicit confirmation and is intended only for confirmed cleanup or erasure, never bulk deletion. Never infer or enumerate customer IDs; call GET_CUSTOMER first unless deleting a fixture created in the same workflow.
Get Customer
Retrieve one customer by its Commerce Layer resource ID.
Get Order
Retrieve one Commerce Layer order by ID, optionally including customer, line-item, shipment, or return context.
Get Order Metric
Compute one common order KPI over optional date, market, currency, and status filters using the Commerce Layer Metrics API.
List Customers
Return one page of customers, optionally filtered by an exact email address.
List Orders
Return one page of orders, newest first by default, for operational review and follow-up by order ID.
List Skus
Return one page of catalog SKUs for product discovery and ID lookup.
List Stock Items
Return one page of stock items with inventory quantities and SKU codes.
Update Customer
Update selected attributes of one Commerce Layer customer. Only non-null fields supplied by the caller are changed. Inspect the customer first when rollback matters; restoring the captured values reverses this update.