ONDC-Official/v1.1.0-logs

nStore (Seller TSP) - compliance check

Closed this issue · 3 comments

/on_search

  • /bpp/providers[1]/locations[0]/gps coordinates must have atleast 6 digits of decimal precision
  • items shouldn't have price/value as "0"
  • "month_year_of_manufacture_packing_import" should have valid month/year value
  • fulfillment_id should be of type "Delivery" in /items/fulfillment_id; self-pickup is not supported in v1.1.0

/on_select

  • "tax" line item can be removed from quote/breakup if price = 0
  • provider/id and fulfillment_id are same; what happens in case of multiple fulfillment?

/on_confirm

  • max time_to_ship is defined as 4 hrs and delivery TAT as 6 hrs, yet it is taking 24hrs to be picked up. Why?

@nStoreSanthosh

/on_status

  • fulfillments/end/location/address/locality can't be empty string
  • (Order-delivered) order/updated_at timestamp can't be less than the delivery time

/on_update (Return_rejected)

  • returned item should not be removed from quote when return is Rejected
  • quote price should not change for return state "Return_Rejected"

@nStoreSanthosh

@BLR-0118, the nStore TSP Seller App logs (v1.1.0) seem fine. Please proceed with your review.

@nStoreSanthosh