{"id":27387291,"url":"https://github.com/graycoreio/magento2-guest-orders-graphql","last_synced_at":"2026-02-02T17:06:48.433Z","repository":{"id":40694978,"uuid":"305582013","full_name":"graycoreio/magento2-guest-orders-graphql","owner":"graycoreio","description":"A Magento 2 module that adds a GraphQL orders endpoint for guest carts.","archived":false,"fork":false,"pushed_at":"2025-07-01T17:31:05.000Z","size":107,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-28T21:28:27.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/graycoreio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"graycoreio"}},"created_at":"2020-10-20T03:42:49.000Z","updated_at":"2025-08-11T07:43:50.000Z","dependencies_parsed_at":"2025-04-11T19:41:38.402Z","dependency_job_id":null,"html_url":"https://github.com/graycoreio/magento2-guest-orders-graphql","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/graycoreio/magento2-guest-orders-graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graycoreio%2Fmagento2-guest-orders-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graycoreio%2Fmagento2-guest-orders-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graycoreio%2Fmagento2-guest-orders-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graycoreio%2Fmagento2-guest-orders-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graycoreio","download_url":"https://codeload.github.com/graycoreio/magento2-guest-orders-graphql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graycoreio%2Fmagento2-guest-orders-graphql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29015771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T16:17:30.374Z","status":"ssl_error","status_checked_at":"2026-02-02T15:58:50.469Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-04-13T18:00:59.132Z","updated_at":"2026-02-02T17:06:48.424Z","avatar_url":"https://github.com/graycoreio.png","language":"PHP","funding_links":["https://github.com/sponsors/graycoreio"],"categories":[],"sub_categories":[],"readme":"# magento2-guest-orders-graphql\n\n\u003cdiv align=\"center\"\u003e\n\n[![Packagist Downloads](https://img.shields.io/packagist/dm/graycore/magento2-guest-orders-graphql?color=blue)](https://packagist.org/packages/graycore/magento2-guest-orders-graphql/stats)\n[![Packagist Version](https://img.shields.io/packagist/v/graycore/magento2-guest-orders-graphql?color=blue)](https://packagist.org/packages/graycore/magento2-guest-orders-graphql)\n[![Packagist License](https://img.shields.io/packagist/l/graycore/magento2-guest-orders-graphql)](https://github.com/graycoreio/magento2-guest-orders-graphql/blob/master/LICENSE)\n[![Unit Test](https://github.com/graycoreio/magento2-guest-orders-graphql/actions/workflows/unit.yaml/badge.svg)](https://github.com/graycoreio/magento2-guest-orders-graphql/actions/workflows/unit.yaml)\n[![Integration Test](https://github.com/graycoreio/magento2-guest-orders-graphql/actions/workflows/integration.yaml/badge.svg)](https://github.com/graycoreio/magento2-guest-orders-graphql/actions/workflows/integration.yaml)\n[![Installation Test](https://github.com/graycoreio/magento2-guest-orders-graphql/actions/workflows/install.yaml/badge.svg)](https://github.com/graycoreio/magento2-cors/actions/workflows/install.yaml)\n\n\u003c/div\u003e\n\nA Magento 2 module that adds a GraphQL orders endpoint for guest carts. This closely follows the API for the official customer orders endpoint.\n\nThis should only be used for \u003e= Magento 2.4.1. If you need an orders endpoint for \u003c Magento 2.4.1, please use [magento2-orders-graphql](https://github.com/graycoreio/magento2-orders-graphql).\n\n\u003e [!IMPORTANT]  \n\u003e As of Magento v2.4.7, this package is no longer necessary. However, it is still usable with v2.4.7. It will no longer be usable in v2.4.8. As such, this package is archived.\n\n## Installation\n\n```sh\ncomposer require graycore/magento2-guest-orders-graphql\n```\n\n## Usage\n\n### Guest Orders\n\nFor guest carts, use the `graycoreGuestOrders` query and pass in the cart ID as `cartId`:\n\n```gql\nquery GetGuestOrders {\n  graycoreGuestOrders(cartId: \"dsfg67dsfg65sd6fgs8dhffdgs\") {\n    items {\n      id\n    }\n  }\n}\n```\n\n### Schema\n\nRefer to the [GraphQL schema](etc/schema.graphqls) for documentation about the types available in the queries.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraycoreio%2Fmagento2-guest-orders-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraycoreio%2Fmagento2-guest-orders-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraycoreio%2Fmagento2-guest-orders-graphql/lists"}