Item fulfillment instead of Order fulfillment #286
Jaikant
started this conversation in
Core Specification
Replies: 2 comments
-
@Jaikant that's a good idea! I'm assuming that you're talking about a multi-shipment order. Where for example, Item 1, 2, and 3 come in shipment 1 and then Item 4, 5, and 6 come in shipment 2 and so on. I think adding the following fields to the
@pramodkvarma any thoughts on the above? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes partial shipment and fulfilling orders across multiple shipments are very common B2B scenario. @venkatramanm is very familiar with these as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the specs has Order.fulfillment and Order.state
Instead of fulfillment being part of Order, there could be a fulfillment for each Item in the order. The completion of each item fulfillment would reflect in the Order.state.
protocol-specifications/core/v0/api/core.yaml
Line 2063 in b028fa3
Beta Was this translation helpful? Give feedback.
All reactions