Order creation during select and additional quantity object under orderitems #139
Replies: 1 comment
-
|
@dubeyAyush @TANMOYDADA The |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
As showcased in the select example flow we are creating an order with a corresponding order id. To make it simpler we could have just select call just sticking to passing on the following information: Amount,time - through availabilitywindow, currency object to determine the kind of units the user has selected, connector id , vehicle type - 2,3,4 wheeler, catalog id , orderattribute - Buyer finder fee and the corresponding offer id that is linked to the catalog.
With respect to the adding the quantity object under order items there seems to some confusion on that. We are defining an order value and then also defining a quantity in terms of kwh(as an example). The KWH value must be gotten by the on_select call.
Beta Was this translation helpful? Give feedback.
All reactions