ONDC-Official / ONDC-Protocol-Specs

Open Network for Digital Commerce (ONDC) Open API Specifications. ONDC is an ambitious initiative to democratize digital commerce by creating a decentralized network of buyer apps and seller apps through an interoperable protocol specification.
Other
140 stars 59 forks source link

Change enums for Order, Logistics state #90

Closed BLR-0118 closed 2 years ago

BLR-0118 commented 2 years ago

It's possible that an order can have multiple fulfillments. Currently, there is an overlap between order state and fulfillment state and it may be difficult for the states to be mapped correctly. There is a proposal from one of the participants to simplify the order states (retail & logistics) are:

  1. Created
  2. Accepted
  3. In-progress
  4. Completed
  5. Cancelled
BLR-0118 commented 2 years ago

Updated #26