Closed sahil-ondc closed 7 months ago
https://docs.google.com/spreadsheets/d/1APAvavF_BNbTA89benAlGtv0GuFvpn2b6XXi4lSdTTw/edit#gid=0
https://docs.google.com/spreadsheets/d/1JZV6ZQzXcHUsOwegGtArX3DdIXYIy3gxkhQ00q7kICc/edit#gid=1367601795
@nstoretech
provider_tax_number is required only if np_type is 'ISN' as per the document. Is it required to add it in the payload though we are MSN.
Also we are sending different message_id for on_status payload.
https://docs.google.com/document/d/1brvcltG_DagZ3kGr1ZZQk4hG4tze3zvcxmGV4NMTzr8/edit#heading=h.c6o4dr7q1ywl
https://docs.google.com/document/d/1brvcltG_DagZ3kGr1ZZQk4hG4tze3zvcxmGV4NMTzr8/edit#heading=h.yzl8pn3ixxec
@nstoretech
We managed the UOM (unit of measure) as a part of the product attribute in our system to make the product extensively configurable. So that we used 'item.attribute.Quantity' for making a variant group instead of 'item.unitized.measure' to avoid hardcoding of UOMs in our product...So we are sending the uom as single unit and the variant values under respective product attributes. This way we will be compliant with ONDC specs without hardcoding UOM and also don't need to change our product...We are happy to discuss this over a call and sort out if needed.
@arunraj-nstore - sorry, this won't work; since we have an attribute for unitized measure, you're required to populate it correctly;
/on_search (full catalog):
/on_search (incr):
/on_select:
/on_init:
/on_confirm:
/on_status (accepted):
All fulfillment states to be provided (including Agent-assigned, Out-for-delivery);
/on_update:
pls also share log for return pickup failure, leading to return failure;
@arunraj-nstore @nstoretech
@BLR-0118 Please help us to get clarification on the following items.
on_init: pls add fulfillment TAT - As per the document it is added in on_confirm. Should I need to add it on_init. on_cancel: pls add precancel_state - As per the document, it is an optional parameter and only required if fulfillment is cancelled. Is it required to be added.
@arunraj-nstore - whatever's been requested needs to be taken care of
pls resubmit for flow 6b & c (return with liquidation, return with pickup) where all the other issues (above) can be checked;
@arunraj-nstore
Hi Supriyo,
We have re-submitted the logs for flow 6b&c as requested. Please review.
https://github.com/ONDC-Official/v1.2.0-logs/pull/1068
Thanks Arunraj Selvam
On Thu, 7 Mar, 2024, 2:19 pm Supriyo Ghosh, @.***> wrote:
@arunraj-nstore https://github.com/arunraj-nstore
— Reply to this email directly, view it on GitHub https://github.com/ONDC-Official/v1.2.0-logs/issues/656#issuecomment-1982987053, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6IQLQJKDEB7MJORH5MAN2TYXASZZAVCNFSM6AAAAABCPDSU6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBSHE4DOMBVGM . You are receiving this because you were mentioned.Message ID: @.***>
@arunraj-nstore - point 3 for Group A above not yet handled. Pls have it fixed & update here. No need to resubmit logs
@BLR-0118
We have updated the routing.type and packed state. Here is the payload link for your reference. http://jsonblob.com/1219555085033267200
We are currently not supporting the "Agent-Assigned" status and we will definitely work on this post we go live with V1.2. Thank you
logs cleared for v1.2.0 (RET10), subject to caveat above;
Flow 1
search_full_catalog_refresh
on_search_full_catalog_refresh
https://docs.google.com/document/d/1brvcltG_DagZ3kGr1ZZQk4hG4tze3zvcxmGV4NMTzr8/edit#heading=h.yr8id0fwawkv
search_inc_refresh
on_search_inc_refresh
Flow 2
select
on_select
init
on_init
confirm
on_confirm
on_status
Flow 3
on_select (out-of-stock)
https://docs.google.com/document/d/1brvcltG_DagZ3kGr1ZZQk4hG4tze3zvcxmGV4NMTzr8/edit#heading=h.c6o4dr7q1ywl
Flow 4
on_cancel
https://docs.google.com/document/d/1brvcltG_DagZ3kGr1ZZQk4hG4tze3zvcxmGV4NMTzr8/edit#heading=h.yzl8pn3ixxec
Note
https://docs.google.com/spreadsheets/d/1JZV6ZQzXcHUsOwegGtArX3DdIXYIy3gxkhQ00q7kICc/edit#gid=1367601795
@nstoretech