ONDC-Official / v1.2.0-logs

Retail and Logistics Logs for 1.2.0
9 stars 270 forks source link

Ref LSP - compliance check #8

Open abhinavv245 opened 1 year ago

abhinavv245 commented 1 year ago

Flow 1

/search

/on_search

/init

/on_init

/confirm

/on_confirm

/update

/on_update

/on_status

abhinavv245 commented 1 year ago

Flow 1 and 2

/search

/on_search

/init

/on_init

/confirm

/on_status

Flow 3

/on_update

/on_status

abhinavv245 commented 1 year ago

Flow 2

/confirm

/on_confirm

Flow 3

/on_status

/on_update

/on_cancel

abhinavv245 commented 1 year ago

Flow 1 and 2

/on_search

/on_init

/confirm

/update

/on_update

/on_status

Flow 3

/on_cancel

@gajendrawits

tanya-ondc commented 1 year ago

Flow1 & 2

/on_init:

@gajendrawits

gajendrawits commented 1 year ago

@tanya-ondc

on_init:     •    Can you confirm if cancellation charges are being dynamically defined? I see the forward shipment charges as 57 and cancellation charges as 50 (Agent-Assigned), 100 (Order-Picked-up and Out-for-delivery). Also, these values are same picked up from examples.

Yes the cancellation charges are static, the max dynamism that can be set is setting multipliers on the calculated quote which can make the charges dynamic per order. (This can be made incremental in the upcoming changes)

    •    In case of Prepaid order (payment type is ON-ORDER), can LSP send settlement details?

Under our understanding we have added the solution for ON-FULLFILLMENT deliveries. Since it was not clear from the contract how the ON-ORDER solution has to be catered to, we have not added that yet. We can add a solution providing settlement details in the ON-ORDER solution on your call.

abhinavv245 commented 1 year ago

P2H2P Flow

/on_search

/init

/on_init

/confirm

/on_confirm

/update

/on_update

/on_status

@gajendrawits

abhinavv245 commented 1 year ago

P2H2P Flow

/on_search

/confirm

/on_update

@gajendrawits

abhinavv245 commented 1 year ago

P2H2P Flow

/confirm

/on_search

@gajendrawits

abhinavv245 commented 1 year ago

P2H2P Flow

/on_search

@gajendrawits

abhinavv245 commented 1 year ago

P2H2P Flow

/confirm (and onwards)

/on_update

@gajendrawits

tanya-ondc commented 1 year ago

The logs looks good now. @gajendrawits