You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though in the configuration json its mentioned as incremental , every time it runs, it is taking from the config.json start-date and fetch data till date.
"replication_key": "updated_at",
"replication-method": "INCREMENTAL"
Do we have any option to mention both start date and end date. I can see only start date option as bellow.
If I want to run only for a particular date what should I do ?
{
"start_date": "2020-01-01T00:00:00Z",
"api_key": "shppa_92834792349834293786639234",
"shop": "https://mytestshop.myshopify.com/"
}
Some thing like this we can get directly data between two dates
myshopify.com/admin/api/2019-07/orders.json?created_at_min=2020-10-01&created_at_max=2020-11-01&limit=175
The text was updated successfully, but these errors were encountered:
Even though in the configuration json its mentioned as incremental , every time it runs, it is taking from the config.json start-date and fetch data till date.
"replication_key": "updated_at",
"replication-method": "INCREMENTAL"
Do we have any option to mention both start date and end date. I can see only start date option as bellow.
If I want to run only for a particular date what should I do ?
{
"start_date": "2020-01-01T00:00:00Z",
"api_key": "shppa_92834792349834293786639234",
"shop": "https://mytestshop.myshopify.com/"
}
Some thing like this we can get directly data between two dates
myshopify.com/admin/api/2019-07/orders.json?created_at_min=2020-10-01&created_at_max=2020-11-01&limit=175
The text was updated successfully, but these errors were encountered: