Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion schema/Order.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ properties:
- ACTIVE
- COMPLETE
- CANCELLED
state:
description: The current state of the order in the order lifecycle. Helps track order progress beyond just status.
type: string
enum:
- CREATED
- PACKED
- SHIPPED
- DELIVERED
- RETURN_REQUESTED
- RETURNED
- FAILED
type:
description: This is used to indicate the type of order being created to BPPs. Sometimes orders can be linked to previous orders, like a replacement order in a retail domain. A follow-up consultation in healthcare domain. A single order part of a subscription order. The list of order types can be standardized at the network level.
type: string
Expand Down Expand Up @@ -100,4 +111,4 @@ properties:
tags:
type: array
items:
$ref: "./TagGroup.yaml"
$ref: "./TagGroup.yaml"