Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(1) Incremental issue (2) start_date and end data can be added ? #72

Open
sachinkerala opened this issue Nov 16, 2020 · 0 comments
Open

Comments

@sachinkerala
Copy link

  1. 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"

  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant