Enhancing order.quote.breakup array #356
92shreyansh
started this conversation in
Core Specification
Replies: 0 comments
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.
-
Have observed that in 1.x specification we have added item object as part of the breakup object.
Understanding is to enable to map a specificat breakup title and value to a item eg: tax, offer_discount, convenience fees etc. Hence enabling a very better drilled down version of breakup available on the protocal rather than aggregated breakup at order level.
However in certain usecases there are requirement to have these breakup also availabe at fulfilment level as so currently the specification have no other mechanism to identify the price of a fulfilment. Just to add to this, price of a fulfilment is a function of the base fulfilment present in the fulfillments array and the items associated to it. This association of fulfilment and items is already handled at item level using fulfilment_ids.
To handle the above usecase of fulfilment price wanted to open the discussion with a praposal
Considering default refrence is to Order level break up
Would like to hear more on this, and validate the usecases beyond the above mentioned
Beta Was this translation helpful? Give feedback.
All reactions