{"id":22728104,"url":"https://github.com/focusreactive/vsf-shopify-integration-alpha","last_synced_at":"2025-03-30T00:26:36.754Z","repository":{"id":214372953,"uuid":"686867074","full_name":"focusreactive/vsf-shopify-integration-alpha","owner":"focusreactive","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-14T16:25:54.000Z","size":573,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T02:23:06.033Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/focusreactive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-09-04T05:46:34.000Z","updated_at":"2023-12-27T16:32:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4b0deb5-c408-490c-ac06-aabbfc0623f6","html_url":"https://github.com/focusreactive/vsf-shopify-integration-alpha","commit_stats":null,"previous_names":["focusreactive/vsf-shopify-integration-alpha"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusreactive%2Fvsf-shopify-integration-alpha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusreactive%2Fvsf-shopify-integration-alpha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusreactive%2Fvsf-shopify-integration-alpha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusreactive%2Fvsf-shopify-integration-alpha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/focusreactive","download_url":"https://codeload.github.com/focusreactive/vsf-shopify-integration-alpha/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246262493,"owners_count":20749166,"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-12-10T17:14:38.318Z","updated_at":"2025-03-30T00:26:36.726Z","avatar_url":"https://github.com/focusreactive.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSF Shopify Boilerplate\n\nIncluded:\n\n- Shopify Integration:\n  - Shopify Middleware\n  - Shopify SDK\n- Shopify Storefront SDK\n\nHow to develop locally:\n\n```console\nyarn\nyarn dev\n```\n\nopen your in browser http://localhost:3000/\n\nstart editing NextSJ app in `/storefront/apps/web` in your IDE\n\nNote: you need to setup your Shopify account and provide credentials to `playground/middleware/middleware.config.js`\n\nAdditionally you have to setup some custom metaobject schemas to consume and generate landing pages\n\nTo setup these metaobjects you can utilize GraphQL mutation through Admin endpoint:\n\n```GraphQL\n\nmutation ($schema: MetaobjectCreateInput!) {\n  metaobjectCreate(metaobject: $schema) {\n    metaobject {\n      id\n    }\n  }\n}\n\n```\n\nyou can find the metaobject definitions in the documentation in JSON file. It contains the result of calling the following query:\n\n```graphql\n{\n  metaobjectDefinitions(first: 50) {\n    edges {\n      node {\n        id\n        type\n        name\n        description\n        fieldDefinitions {\n          name\n          key\n          description\n          type {\n            category\n            name\n          }\n          required\n        }\n      }\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffocusreactive%2Fvsf-shopify-integration-alpha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffocusreactive%2Fvsf-shopify-integration-alpha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffocusreactive%2Fvsf-shopify-integration-alpha/lists"}