{"id":17224842,"url":"https://github.com/pseudomuto/shopify-net","last_synced_at":"2025-03-25T16:44:45.217Z","repository":{"id":150795107,"uuid":"13356456","full_name":"pseudomuto/shopify-net","owner":"pseudomuto","description":"A .NET wrapper for the Shopify API","archived":false,"fork":false,"pushed_at":"2013-10-06T20:10:52.000Z","size":980,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T14:52:37.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pseudomuto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-06T03:12:48.000Z","updated_at":"2015-11-04T07:55:26.000Z","dependencies_parsed_at":"2023-04-13T21:27:26.901Z","dependency_job_id":null,"html_url":"https://github.com/pseudomuto/shopify-net","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseudomuto%2Fshopify-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseudomuto%2Fshopify-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseudomuto%2Fshopify-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseudomuto%2Fshopify-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pseudomuto","download_url":"https://codeload.github.com/pseudomuto/shopify-net/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245503451,"owners_count":20626165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-15T04:12:08.066Z","updated_at":"2025-03-25T16:44:45.193Z","avatar_url":"https://github.com/pseudomuto.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shopify.NET\n\nA .NET wrapper around the [Shopify\u0026trade;](http://api.shopify.com/) API.\n\nInitially I intend to make a read-only API..though pull requests are always welcome!\n\n## Running the Sample Application\n\nThe app will work with both private and store apps using Shopify's OAuth scheme. \n\nWhen you launch the app the first time it will ask you for your app's `Client Id` and \n`Client Secret`. This information will be used to authorize the local MVC app.\n\nOnce authorized, the access token will be stored in an environment variable called \n`SHOPIFY_NET_TOKEN`\n\n### Wanna Try it With a Private App?\n\nIf you're using a private app, you can just set the environment variable directly using your app's \n`Password` as the access token. This will bypass the standard OAuth flow.\n\n\tsetx SHOPIFY_NET_TOKEN \u003cyour_private_app_password\u003e\n\n## Basic Usage\n\nAll you need to start using the API is your store name and your access token.\n\n\tvar api = ShopifyAPI(\"YOUR_STORE_NAME\", \"YOUR_ACCESS_TOKEN\");\n\tvar pages = api.GetAllPages();\n\t...\n\t...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseudomuto%2Fshopify-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpseudomuto%2Fshopify-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseudomuto%2Fshopify-net/lists"}