shopify-rust
A Rust library for interacting with the Shopify API.
Features
- Supports all Shopify API endpoints
- Allows you to retrieve, create, update, and delete products, orders, and other resources
- Easy to install and use in your own Rust projects
Installation
To use shopify-rust
in your own project, add it as a dependency in your Cargo.toml
file:
-rust = "0.1"
shopify
Usage
To use shopify-rust
, include it in your code and call the desired functions:
extern crate shopify_rust;
use ;
Documentation
For more detailed documentation and examples, see the API reference and the examples.
Prerequisites
- A Shopify store
- A Shopify API key and password
Contributing
We welcome contributions to shopify-rust
. If you'd like to contribute, please follow the contributing guidelines.