/
Flipkart Create Orders Errors & RCA

Flipkart Create Orders Errors & RCA

Message Type : FLIPKART_WMS_CREATE_ORDER
1. Error Type :
Count : 181

{"WMSResponse":{"customerOrderNumber":["The customerOrderNumber has already been taken."]}}

Resaon: Eshopbox fetch details from Flipkart on the basis of Status Only. So, untill the status=”APPROVED” don’t move to another STATUS, till then we fetch order details from Flipkart in Every 5 min, try to Create orders, which is creating multiple wms hits for single order.

Resolution: Need to add Query to fetch orders that are already created and prevent them to push to WMS layer, So that we can prevent multiple wms create order hits.

  1. Error Type :
    Count : 1

{"WMSResponse":{"isCOD":["The isCOD must be 0 or 1."],"orderDate":["The orderDate field is required."],"items":["The items field is required."]}}


3. Error Type
Count 23:

{"WMSResponse":{"items.0.itemID":["The selected items.0.itemID SMWGT72EHHE4VN7G is invalid."]}}

Related content