2
Answers

flipkart api issue

Photo of QTH

QTH

1d
96
1

any one facing 

{"code":400,"message":"Unable to process JSON"}

Request:

{
    "type": "preDispatch",
    "filter": {
        "states": [
            "APPROVED",
            "READY_TO_DISPATCH"
        ],
        "locationId": ""
    },
    "pagination": {
        "pageSize": 50,
        "pageNumber": 1
    }
}

Response:

{"code":400,"message":"Unable to process JSON"}

Answers (2)