cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[GetOrders] Either OrderId or Creation Time Range or Modified Time Range must be provided

There appears to be an issue with eBay's GetOrders API at the moment. Is anybody else getting this error even if ModTimeFrom and ModTimeTo are being passed?

 

Error: Input Data Missing. (21917149)
Either OrderId or Creation Time Range or Modified Time Range or Number of Days must be provided.

 

Here's a sample request.

 

<GetOrdersRequest>
        <DetailLevel>
          ReturnAll
        </DetailLevel>
        <Version>
          1213
        </Version>
        <OrderRole>
          Seller
        </OrderRole>
        <Pagination>
          <EntriesPerPage>
            50
          </EntriesPerPage>
          <PageNumber>
            1
          </PageNumber>
        </Pagination>
        <ModTimeFrom>
          2024-02-07 12:31:03
        </ModTimeFrom>
        <ModTimeTo>
          2024-02-08 13:06:34
        </ModTimeTo>
        <IncludeFinalValueFee>
          1
        </IncludeFinalValueFee>
      </GetOrdersRequest>

 

Message 1 of 3
latest reply
1 BEST ANSWER

Accepted Solutions

[GetOrders] Either OrderId or Creation Time Range or Modified Time Range must be provided

Hi @shipscript 

 

Thanks for your reply! eBay confirmed that it was an issue on their end and it's been resolved already.

 

https://developer.ebay.com/support/api-status/production/resolved-getorders-getitemtransactions-are-...

 

View Best Answer in original post

Message 3 of 3
latest reply
2 REPLIES 2

[GetOrders] Either OrderId or Creation Time Range or Modified Time Range must be provided

@mikdutert_0 

See this page for formatting dateTime

https://developer.ebay.com/Devzone/XML/docs/Reference/eBay/types/simpletypes.html#dateTime

2024-02-07T12:31:03.000Z

 

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 3
latest reply

[GetOrders] Either OrderId or Creation Time Range or Modified Time Range must be provided

Hi @shipscript 

 

Thanks for your reply! eBay confirmed that it was an issue on their end and it's been resolved already.

 

https://developer.ebay.com/support/api-status/production/resolved-getorders-getitemtransactions-are-...

 

Message 3 of 3
latest reply