Command that will add item to a given inventory id
POST request that will cancel a shipment, identified by its shipmentId.
Command that will try and cancel a users subscription
POST request that will create a return label for a specific shipment, identified by its shipmentId.
POST request that will create a shipment for a specific order, identified by its orderId.
Event that is emitted when a shipment delivery fails.
Emitted when a fraud check has been completed for a transaction
GET request that will return the current stock status for a specific product.
GET request that will return detailed information about a specific notification, identified by its notificationId.
GET request that will return the payment status for a specific order, identified by its orderId.
GET request that will return the current subscription status for a specific user, identified by their userId.
GET request that will return a list of notifications for a specific user, with options to filter by status (unread or all).
Indicates a change in inventory level
Indicates inventory is out of stock
GET request that will return inventory list
Indicates an order has been changed
Indicates an order has been canceled
Indicates an order has been confirmed
Service that handles orders
Emitted when a payment attempt fails
Event is triggered when a user initiates a payment through the Payment Service
Event is triggered after the payment has been successfully processed
Command that will place an order
Command to process a payment through the payment gateway
Event that is emitted when a return is initiated.
Event that is emitted when a shipment is created.
Event that is emitted when a shipment is delivered.
Event that is emitted when a shipment is dispatched.
Event that is emitted when a shipment is in transit.
Command that will try and subscribe a given user
Emitted when a subscription payment is due for collection
Command that will update a given inventory item
POST request that will update the status of a shipment, identified by its shipmentId.
An event that is triggered when a users subscription has been cancelled
An event that is triggered when a new user subscription has started
Choose a schema from the list to view details, compare versions, and access raw code
Missing license key for backstage integration.
Please configure the backstage plugin to embed this page into Backstage.