ChannelApe / shopify-sdk

Java SDK for Shopify REST APIs
Apache License 2.0
159 stars 110 forks source link

How to download Shopify Report #82

Closed heppytt closed 2 years ago

heppytt commented 2 years ago

There are many reports that can be downloaded in the background of Shopify. How can I download background reports through API, or does this SDK support background report downloading?

ryankazokas commented 2 years ago

Currently this sdk does not support report functionality but we are always open to PR submissions to add that support.

heppytt commented 2 years ago

Currently this sdk does not support report functionality but we are always open to PR submissions to add that support.

how to use PR submissions to add that support?

ryankazokas commented 2 years ago

You can fork the repo. Make the changes, and then open a Pull Request in github when you make the changes. Just be sure to follow the contribution guidelines outlined here:

https://github.com/ChannelApe/shopify-sdk/blob/master/CONTRIBUTING.md