walmartlabs / partnerapi_sdk_dotnet

Walmart Partner API SDK for .NET
Other
14 stars 16 forks source link

Order not found Bad request fromDate or toDate is missing #3

Closed jmawebtech closed 6 years ago

jmawebtech commented 6 years ago

Hi,

I am trying to pull a list of shipped orders. Why does this request fail?

GET https://marketplace.walmartapis.com/v3/orders?status=Shipped&fromExpectedShipDate=2018-06-01&toExpectedShipDate=2018-06-05&limit=20 HTTP/1.1

Order not found Bad request fromDate or toDate is missing

roman-shuhov commented 6 years ago

I think you also need to pass createdStartDate, this field is required according to documentation - https://developer.walmart.com/#/apicenter/marketPlace/latest#getAllOrders

roman-shuhov commented 6 years ago

feel free to reopen if you have more questions about this issue.