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

Pirimid(SA: RET10) - Compliance Check #2828

Open
FarheenNazz opened this issue Nov 28, 2024 · 2 comments
Open

Pirimid(SA: RET10) - Compliance Check #2828

FarheenNazz opened this issue Nov 28, 2024 · 2 comments

Comments

@FarheenNazz
Copy link

FarheenNazz commented Nov 28, 2024

Flow 1

On_search-

  • bpp/fulfillments and fulfilments type should be match.
  • variant groups are not mapped with any items.
  • Items.Image- array is empty.
  • Items.maximum count should not be exceeded from 99.
  • items.time to ship should be feasible.
  • bpp/providers/locations/id-36db4c69-7b35-4c84-81a6-f9528c07c54d, location -state is wrong.
  • bpp/providers/locations_id -356a2d4b-dee0-4e90-ade2-a3e66469cebf-Wrong gps address.

Flow-2

On_select

  • fulfillments.@ondc/org/TAT": "PT336H1M- irrelevant TAT is provided.
  • Immediate delivery is not valid selection for the given TAT.

On_confirm

  • Range should not be provided if the order state is “Created”.

On_status_pending-

  • Invoice url is broken.

On_status_picked-

  • Fulfilments.start.Timestamp should not be backdated.

Flow-3

select

  • item_id-d8af5175-2974-4dee-96e6-4c055db49760,in /on_select out fo stock when the quantity is reduced to zero then why its showing item count-3 in /select ?

On_select

  • Why its showing count as 3 and in quantity -maximum,available - 99 when it was out of stock.

Flow-5

On_cancel_Rto

  • cancel_request.Invalid reason_id code for RTO.please refer Reason codes

@ hemanshu-faldu

@hemanshu-faldu
Copy link
Contributor

Hi @FarheenNazQA
can you please explain this issue, I am not able to understand it.

On_search-
bpp/fulfillments and fulfilments type should be matched.

here is my "bpp/fulfillments": [
{
"id": "1",
"type": "Delivery"
},
{
"id": "2",
"type": "Self-Pickup"
}
],

        and Individual Provider Fulfillment 
         "fulfillments": [
                    {
                        "id": "1",
                        "type": "Delivery",
                        "contact": {
                            "phone": "1234567890",
                            "email": "[email protected]"
                        }
                    }
                ],

@FarheenNazz
Copy link
Author

FarheenNazz commented Dec 3, 2024 via email

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