ONDC-Official / v1.2.0-logs

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

Adya (logistics BAP) - compliance check #36

Open abhinavv245 opened 10 months ago

abhinavv245 commented 10 months ago

Flow 1 (Order-process flow)

/search

/on_search (buyer app should send NACK for schema errors)

/init

/on_init

/confirm

/on_confirm

/update

/on_update

/status

/on_status

on_track

Flow 2 (Cancellation Flow)

/on_cancel

/on_status

abhinavv245 commented 10 months ago

Flow 1

/on_search

/init

confirm

/on_confirm

/on_track

Flow 2

/update

/on_cancel

@kausic-eunimart

abhinavv245 commented 10 months ago

Flow 2

/on_search

/confirm

/update

/on_cancel

/on_status

@saravanamuthu-123

abhinavv245 commented 10 months ago

Flow 2

/search

/on_status

/on_cancel

@saravanamuthu-123

sandeepshahi commented 9 months ago

/confirm

/track

@saravanamuthu-123

BLR-0118 commented 8 months ago
  1. "order process flow" - /confirm:
    • PCC has the buyer contact no, which is incorrect;
  2. "buyer cancel flow" - /cancel:
    • reason code used is invalid for logistics buyer NP;
BLR-0118 commented 8 months ago

@saravanamuthu-123

BLR-0118 commented 7 months ago
  1. /search:

    • payment.type of "ON-ORDER", i.e. using wallet isn't enabled yet; pls use post fulfillment for post billing (what's working today);
  2. /confirm:

    • ready_to_ship is being marked as "yes" here after informing the LSPs (thru /search) that order prep time is 1 hr; this is incorrect;
    • usage of OTP for PCC/DCC is incorrect (authorization block needs to be used for OTP) and OTP for DCC is never sent to LSP;
    • what are the images being sent in fulfillment.start.instructions & fulfillment.end.instructions?
BLR-0118 commented 7 months ago

@saravanamuthu-123