feat(core-flows): order events (#9702)

This commit is contained in:
Carlos R. L. Rodrigues
2024-10-21 15:26:44 -03:00
committed by GitHub
parent 9f53683508
commit d8e3e04895
11 changed files with 159 additions and 16 deletions

View File

@@ -15,6 +15,16 @@ export const OrderWorkflowEvents = {
PLACED: "order.placed",
CANCELED: "order.canceled",
COMPLETED: "order.completed",
ARCHIVED: "order.archived",
FULFILLMENT_CREATED: "order.fulfillment_created",
FULFILLMENT_CANCELED: "order.fulfillment_canceled",
RETURN_REQUESTED: "order.return_requested",
RETURN_RECEIVED: "order.return_received",
CLAIM_CREATED: "order.claim_created",
EXCHANGE_CREATED: "order.exchange_created",
}
export const UserWorkflowEvents = {