Enable read_all API call to read older orders

Enable read_all API call to read older orders

Datagon
Shopify Partner
2 0 0

Hey Guys,

 

Need help reading all the orders that are present in the store rather than just the last 60 days' order.

 

We have added the API call read_all but still we are having issues reading older orders (older than 60 days)

 

We are using the following JSON code 

 

{
App 2028019 output: path: 'orders/count',
App 2028019 output: query: {
App 2028019 output: status: 'any',
App 2028019 output: created_at_min: '2022-01-31T18:30:00.000+00:00',
App 2028019 output: created_at_max: '2022-03-11T00:00:00.000+00:00'
App 2028019 output: }
App 2028019 output: }

 

 

Replies 0 (0)