ONDC-Official / v1.2.0-logs

Retail and Logistics Logs for 1.2.0
8 stars 205 forks source link

Oogashop (SA: RET 10,13,16,18) - Compliance Check #1800

Closed Jagannath-wits closed 2 days ago

Jagannath-wits commented 1 month ago

RET 10

Flow 1: on_search_full_catalog_refresh

Flow 2

on_confirm:

Flow 5

on_cancel:

Flow 6

on_status_packed:

RET 13

Flow 1: on_search_full_catalog_refresh


RET 16

Flow 1: on_search_full_catalog_refresh


RET 18

Flow 1: on_search_full_catalog_refresh

Notes:

- Many placeholders values are used for description; use realistic values.

- Symbol and image urls should be publically accessible

- Make sure the timestamps and ranges are realisitc

- Please format the JSON before submitting

- This looks like a mock payload please submit logs with realistic values in each domain for next iteration for proper verification

@Gogs @sandeepshahi @oogashop

oogashop commented 3 weeks ago

Hi @Jagannath-wits ,

We have made corrections as per your suggestions and have raised another PR https://github.com/ONDC-Official/v1.2.0-logs/pull/1816 with suggested changes. We have included a file report_resp.json in each flow which consists of the response from log utility API. There are some problems there but they are either contrary to your suggestion or does not make sense.

Please review again. Thanks and regardsh

Jagannath-wits commented 3 weeks ago

RET10

Flow 1: On_search_full_catalogue

Flow 2: on_status_picked

Flow 4: on_cancel

Flow 5: on_cancel_rto

Flow 6:on_status_picked

RET 13,16

RET18

Flow 1: On_search_full_catalogue

@oogashop

oogashop commented 3 weeks ago

Hi @Jagannath-wits

We have submitted again at https://github.com/ONDC-Official/v1.2.0-logs/pull/1864 with the suggested changes. Please look into the same and let us know.

Thanks and regards

sineshashi commented 1 week ago

Hi @Jagannath-wits please review our recent logs which have already been merged.

Jagannath-wits commented 1 week ago

Hi @Jagannath-wits please review our recent logs which have already been merged.

Sure will update today

Jagannath-wits commented 1 week ago

Oogashop Ret10

on_search_full_catalog_refresh

inc_on_search

Flow 2

init

on_init

confirm

on_confirm

on_status_picked

Flow 2

on_status_picked

Flow 5

on_cancel_rto

on_status_rto_delivered

Flow 6

@oogashop

oogashop commented 1 week ago

Hi @Jagannath-wits

We have submitted our logs again at https://github.com/ONDC-Official/v1.2.0-logs/pull/1935 with the corrections suggested. Please review logs and let us know.

Note: The errors mentioned in /confirm, /init are from buyer side, in our case, buyer reference app of preprod environment (1.2.0). All the other changes suggested for seller side APIs have been made.

oogashop commented 6 days ago

Hi @Jagannath-wits

We had submitted our logs as per the suggestions. Please review them.

Thanks and regards Shashi Kant

BLR-0118 commented 3 days ago

RET10

Flow 1:

  1. /on_search (full catalog refresh):

    • for item OOGASHOP-ONDC-47098, use proper unitized qty weight/val e.g. 100 gram;
    • for variant id (24mantra Apple Juice 23), use proper unique identifier, preferably without spaces;
    • catalog ttl of PT0S means validity is 0 secs: why should buyer apps process this?
  2. /on_search (inc refresh):

    • pls share payload for item going out of stock;

Flow 2

  1. /on_confirm:
    • TAT is 24 hrs but diff between order confirmation time & end delivery slot is almost 30 hrs; pls check your calculation & fix;
    • also, routing.type should be sent when order is accepted, so buyer apps know what fulfillment states to accept;
BLR-0118 commented 3 days ago

@oogashop - pls resubmit for flows 1 & 2;

oogashop commented 3 days ago

Hi @BLR-0118 @Jagannath-wits ,

we have made the appropriate changes and raised PR https://github.com/ONDC-Official/v1.2.0-logs/pull/1983 .

Please review

BLR-0118 commented 2 days ago
  1. All - /on_search - variant id has limit of 12 chars (alphanumeric), so you can't use the UUID in your logs;
  2. RET13 - categorization issue:
    • item OOGASHOP-ONDC-47493 should be in RET18;
  3. RET16 - pls provide proper values for attributes e.g. material="Unknown";
  4. since you're in multiple categories, pls ensure unique item ids (for same provider id) across the different RETs, so multi-cart order will work - this seems to have been handled;
  5. pls ensure quality of catalog data e.g. lots of typos, descriptions can be improved, etc.;
BLR-0118 commented 2 days ago

@oogashop - clearing logs for RET10/13/16/18, pls make sure the above issues are taken care of;