Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localekart ( SA: RET10 ) - Compliance Check #2962

Open
Jagannath-wits opened this issue Dec 18, 2024 · 2 comments
Open

Localekart ( SA: RET10 ) - Compliance Check #2962

Jagannath-wits opened this issue Dec 18, 2024 · 2 comments

Comments

@Jagannath-wits
Copy link

LOCALEKART (RET10)


Flow 1

on_search

  • Bpp/descriptor/images not accessible
  • Bpp-providers/locations/gps coordinates locate to a different state
  • How is the descriptor code same for every item?
  • 28.6328684,77.1371937 GPS does not match with the location.
  • items.descriptor.code should not be a placeholder value.
  • message.catalog["bpp/providers"][0].items[0].category_id - The category should not be "Fruits and Vegetables" because the item is popcorn. Additionally, statutory_reqs_packaged_commodities must be added.

Flow 2

on_init

  • If you want to use COD and collect money, please provide the following:
    "payment": {
        "type": "ON-FULFILLMENT",
        "status": "NOT-PAID",
        "collected_by": "BPP",
        "@ondc/org/buyer_app_finder_fee_type": "percent",
        "@ondc/org/buyer_app_finder_fee_amount": "3"
    }

confirm

  • How is settlement_counterparty set to seller-app? It should be buyer when the seller is collecting the money.

on_status_agent_assigned

  • Tracking.url is not accessible.

on_status_picked_up

  • Invoice not accessible.

on_status_delivered

  • Why is the order payment still NOT-PAID?

Flow 5

on_cancel_rto_initiated

  • Cancellation object missing in order.

on_status_rto_disposed

  • Cancellation object incorrect.

Flow 6

- Missing Flow

@RonitKumarSinha

@FarheenNazz
Copy link

FarheenNazz commented Jan 6, 2025

Flow 1

on_search

  • Categories_id -121212666777 ,should be link with any two items as it it has variant_group.
  • Bpp/providers- Long and short description should not be same as name.
  • Invalid EAN code for item_id- 4ef7b31a-199f-56df-a1f8-48a7a1205a10 (items.descriptor.code) Please check for other.
  • Statutory_reqs_packaged_commodities should be added. Please refer contract.
  • Timestamp for /on_search api cannot be greater than or equal to /inc_search api.

Flow 2

On_select-

  • If TAT less than 2 hours then @ondc/org/category should be Immediate delivery.

on_status_picked_up

  • Wrong order details are provided in Invoice.
  • Same URL is provided for both Tracking and Invoice.
  • No /track and /On_track is provided even though tracking is true.

Flow 5

on_cancel_rto_initiated

  • Cancellation object missing in order.
  • Reason code should be 13 as it has been merged .Please refer the sheet Reason codes.

Flow 6

  • Update_settlement_part_cancel call is missing.
  • Update_settlement_reverse_qc is missing.
  • Update_settlement_liquidated is missing.

On_status_pending

  • Payment.settlement_detail - part cancel settlement object is missing and not carried forward.Please check for all upcoming calls.

On_update_interim_liquidated

  • Payment.settlement_detail - part cancel and return refund settlement objects are missing.Please check for all the calls.

@RonitKumarSinha

@FarheenNazz
Copy link

Flow-1

On_search

  • Bpp/providers- Long and short description should not be same as name.
  • Invalid EAN code for item_id- 4ef7b31a-199f-56df-a1f8-48a7a1205a10 (items.descriptor.code) Please check for others.

Flow-2

On_status_pending-

  • Incorrect prices are mentioned in Invoice.

On_status_delivered-

  • Pickup time range should always be earlier than delivery time range and these ranges shouldn't be overlapping.

Flow-6

  • Update_settlement_part_cancel call is missing.
  • Update_settlement_reverse_qc is missing.
  • Update_settlement_liquidated is missing.

On_update_liquidated-

  • Payment.settlement_detail - part cancel settlement object is missing and not carried forward.Please check for all upcoming calls.

@RonitKumarSinha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants