{"id":27427269,"url":"https://github.com/admirsaheta/shopify-rust","last_synced_at":"2026-05-02T03:08:50.779Z","repository":{"id":131093185,"uuid":"582311883","full_name":"admirsaheta/shopify-rust","owner":"admirsaheta","description":"A wrapper for making applications with Rust for Shopify","archived":false,"fork":false,"pushed_at":"2023-10-26T10:29:15.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T09:07:32.501Z","etag":null,"topics":["backend","cargo","crate","rust","shopify"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/admirsaheta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-26T12:26:01.000Z","updated_at":"2023-10-26T10:38:41.000Z","dependencies_parsed_at":"2025-04-14T13:00:17.898Z","dependency_job_id":null,"html_url":"https://github.com/admirsaheta/shopify-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/admirsaheta/shopify-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admirsaheta%2Fshopify-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admirsaheta%2Fshopify-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admirsaheta%2Fshopify-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admirsaheta%2Fshopify-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/admirsaheta","download_url":"https://codeload.github.com/admirsaheta/shopify-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admirsaheta%2Fshopify-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","cargo","crate","rust","shopify"],"created_at":"2025-04-14T12:49:43.279Z","updated_at":"2026-05-02T03:08:50.758Z","avatar_url":"https://github.com/admirsaheta.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shopify-rust\n\nA Rust library for interacting with the Shopify API.\n\n## Features\n\n- Supports authentication to Shopify store (that is currently the only thing it does)\n- Easy to install and use in your own Rust projects\n\n## Installation\n\nTo use `shopify-rust` in your own project, add it as a dependency in your `Cargo.toml` file:\n\n```rust\n[dependencies]\nshopify-rust = \"0.1\"\n```\n\n## Usage\n\nTo use `shopify-rust`, include it in your code and call the desired functions:\n\n```rust\nuse shopify_rust::{ShopifyApp, Credentials, AccessMode};\n\nfn main() {\n    let credentials = Credentials::new(\"ABCD\".to_string(), \"WXYZ\".to_string());\n    let access_mode = AccessMode::Online;\n    let auth_callback_url = String::from(\"htpp://127.0.0.1\");\n    let host = String::from(\"SHOP_NAME.myshopify.com\");\n    let scopes = vec![\"write_products\"];\n    \n    let shop = ShopApp::new(\n        access_mode,\n        auth_callback_url,\n        credentials,\n        host,\n        scopes\n    )\n}\n```\n\n\n## Prerequisites\n\n- A Shopify store\n- A Shopify API key and password","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmirsaheta%2Fshopify-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadmirsaheta%2Fshopify-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmirsaheta%2Fshopify-rust/lists"}