Order schema for BAP marketplaces #278
Jaikant
started this conversation in
Core Specification
Replies: 1 comment
-
|
On a related note, if a BAP can operate like a marketplace. A customer is able to place a single order, which is dispatched to a BPP. And the order in itself could have multiple providers - which could mean multiple locations and hence multiple fulfillments.
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
The
Ordercurrently has the provision of a single provider - but if the BAP itself is a marketplace - then there could be multiple providers. Current schema is below, suggestion is to make theprovideran array -providersThe
Itemscould make the connect between the item and provider. If we have aproviderwhich hasprovider_idandlocation_id.The current schema is below, which has
location_idBeta Was this translation helpful? Give feedback.
All reactions