ONDC-Official / v1.2.0-logs

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

BuyNxt (SA : RET16) - Compliance check #2096

Open Jagannath-wits opened 1 month ago

Jagannath-wits commented 1 month ago

Flow 1 - /on_search

Flow 2 - /on_confirm

/on_status (picked)

Flow 4 - /on_cancel

Flow 5 - /on_cancel

/on_status (RTO)

Flow 6 - /on_update (part cancel)

Jagannath-wits commented 1 month ago

Flow 1

on_search

inc_search and inc_on_search

@pranav-buynxt

Jagannath-wits commented 1 month ago

On_search

pranav-buynxt commented 1 month ago

Sure, here's the response in a professional and clear manner:


  1. Invalid attribute value for material i.e. 'Black'

    • Response: This issue has been fixed now.
  2. Attribute value should be in lowercase i.e. for colour_name it should be 'black'

    • Response: All the colour_name values have been set to lowercase.
  3. Invalid EAN code 12394981, please validate your EAN codes at https://eancheck.com/

    • Response: In the previous logs, the EAN code was invalid because it was a dummy store data. We have now added a valid EAN code to that data, validated using the provided tool.
  4. How is the timestamp of the catalog being updated? It should be updated whenever there is a change at that level i.e. if there is a change at item level then its timestamp should be updated and not at each. But here all item timestamps are the same.

    • Response: The item timestamps were the same because we added the same date into the updated_date column as it was testing data.
  5. Multiple items with the same variant have the same attribute. Eg: Red, Black. Please create variants based on the individual item to avoid confusion.

    • Response: Updated the variants based on individual items as suggested.

here is the PR Link of resubmitted logs for your reference -- https://github.com/ONDC-Official/v1.2.0-logs/pull/2218

@Jagannath-wits

Sukhchain-ondc commented 1 month ago

search

on_search

@pranav-buynxt

sahil-ondc commented 3 weeks ago

Flow 1

on_search (inc)

@pranav-buynxt

pranav-buynxt commented 3 weeks ago

Hi @sahil-ondc , We have implemented the provider changes, specifically the store opening and closing times, in the incremental call. As per my understanding, this is the only information we need to submit and if my understanding is incorrect, could you please clarify? It will be very helpful.

Jagannath-wits commented 1 week ago

flow 1 on_search

Jagannath-wits commented 1 day ago

Flow 1

on_search_full_catalog_refresh

Note : Please run utility before submission

@pranav-buynxt