ONDC-Official / v1.2.0-logs

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

Wits Adapter (BA: RET 10, 11, 12, 13, 14, 15, 16, 18) — compliance checks #1716

Closed sandeepshahi closed 3 days ago

sandeepshahi commented 3 months ago

Flow 1

/search (inc)

Flow 2

/on_init

/confirm

Flow 3

/on_select (OOS)

/select

Flow 5

/on_cancel

Flow 6

part cancel

Please answer the following queries too:

Also, please share a demo of the app with the complete order flow (and variant selection).

@witslab-nikita

keertikj commented 3 months ago
  1. is push based incremental search supported? - YES
  2. are you using the timestamp at provider / item level for correct versioning while processing the catalogs (full/incremental) concurrently - YES
  3. while processing unsolicited callbacks, are you ensuring that each such callback response has a unique message_id for a specific transaction_id? - YES
  4. is retry mechanism enabled for confirm/on_confirm flow as mentioned in the doc? - YES
witslab-nikita commented 3 months ago
  1. demo url: https://drive.google.com/file/d/1TpR7-anchD2OQn-iQF8R9dAY0waUZX-P/view

@sandeepshahi

sandeepshahi commented 2 months ago

@witslab-nikita, please share the demo video for grocery order.

Also, while displaying the color variants, the color name should be displayed instead of the hex code.

witslab-nikita commented 2 months ago

Now color name for variants will display instead of the hex code. demo url : https://drive.google.com/file/d/1UpnBPTT-6em30CDX-3Ul108bB4QLdPBX/view?usp=drive_link

@sandeepshahi

sandeepshahi commented 2 months ago

Flow 1

/search (inc)

Flow 2

/on_select

/confirm

Flow 3

/select

Flow 5,6

@witslab-nikita

shivang1131 commented 1 week ago

RET 10

RET 11

Flow 4

@witslab-nikita

witslab-nikita commented 1 week ago

@shivang1131, @sandeepshahi Thanks for the feedback

The enums that they are providing are incorrect. How are you injesting this data?

  • Can you please clarify which enums are you referring to ? The parent_item_id should be alphanumeric
  • Alright, this is very minor change, we can fix it at our end. Invalid cancellation reason id. Cannot be cancelled before the breach of TAT.
  • This case is generated because of wrong reason selected, will handle it. And not happen in production
witslab-nikita commented 1 week ago

@sandeepshahi, @shivang1131

We have fixed mentioned issues at our end.

sandeepshahi commented 3 days ago

Logs cleared for BAP (RET 10, 11, 12, 13, 14, 15, 16, 18) v1.2

@witslab-nikita