PHPackages                             graycore/magento2-guest-orders-graphql - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. graycore/magento2-guest-orders-graphql

AbandonedArchivedMagento2-module[API Development](/categories/api)

graycore/magento2-guest-orders-graphql
======================================

A Magento 2 module that adds a GraphQL orders endpoint for guest carts.

v0.2.0(1y ago)711.7k↑611.8%1MITPHPCI failing

Since Nov 10Pushed 1y ago2 watchersCompare

[ Source](https://github.com/graycoreio/magento2-guest-orders-graphql)[ Packagist](https://packagist.org/packages/graycore/magento2-guest-orders-graphql)[ GitHub Sponsors](https://github.com/graycoreio)[ RSS](/packages/graycore-magento2-guest-orders-graphql/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (9)Versions (7)Used By (0)

magento2-guest-orders-graphql
=============================

[](#magento2-guest-orders-graphql)

[![Packagist Downloads](https://camo.githubusercontent.com/144ad6239ec8f17afae77768fe3c34237b4773c3e98bb3bb80148ce94e111caa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f67726179636f72652f6d6167656e746f322d67756573742d6f72646572732d6772617068716c3f636f6c6f723d626c7565)](https://packagist.org/packages/graycore/magento2-guest-orders-graphql/stats)[![Packagist Version](https://camo.githubusercontent.com/c8a7c6cafd1f44a5521cc208fc34d5c825f1d17508915343d2729e8f7c55a340/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67726179636f72652f6d6167656e746f322d67756573742d6f72646572732d6772617068716c3f636f6c6f723d626c7565)](https://packagist.org/packages/graycore/magento2-guest-orders-graphql)[![Packagist License](https://camo.githubusercontent.com/04383a337fbbe52a4ce0dbfcc01957bdd12e979a2c2d0c4be93e3cda8f3f9584/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f67726179636f72652f6d6167656e746f322d67756573742d6f72646572732d6772617068716c)](https://github.com/graycoreio/magento2-guest-orders-graphql/blob/master/LICENSE)[![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)[![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)[![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)

A Magento 2 module that adds a GraphQL orders endpoint for guest carts. This closely follows the API for the official customer orders endpoint.

This should only be used for &gt;= Magento 2.4.1. If you need an orders endpoint for &lt; Magento 2.4.1, please use [magento2-orders-graphql](https://github.com/graycoreio/magento2-orders-graphql).

Important

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.

Installation
------------

[](#installation)

```
composer require graycore/magento2-guest-orders-graphql
```

Usage
-----

[](#usage)

### Guest Orders

[](#guest-orders)

For guest carts, use the `graycoreGuestOrders` query and pass in the cart ID as `cartId`:

```
query GetGuestOrders {
  graycoreGuestOrders(cartId: "dsfg67dsfg65sd6fgs8dhffdgs") {
    items {
      id
    }
  }
}
```

### Schema

[](#schema)

Refer to the [GraphQL schema](etc/schema.graphqls) for documentation about the types available in the queries.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance47

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~404 days

Total

5

Last Release

446d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cede4d8ff3624bd4e509cebd8a3da9abada797eb8e0737c6db26097fce82e67e?d=identicon)[damienwebdev](/maintainers/damienwebdev)

---

Top Contributors

[![damienwebdev](https://avatars.githubusercontent.com/u/9029654?v=4)](https://github.com/damienwebdev "damienwebdev (13 commits)")[![griest024](https://avatars.githubusercontent.com/u/5853222?v=4)](https://github.com/griest024 "griest024 (13 commits)")[![gray-bot](https://avatars.githubusercontent.com/u/120588553?v=4)](https://github.com/gray-bot "gray-bot (2 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/graycore-magento2-guest-orders-graphql/health.svg)

```
[![Health](https://phpackages.com/badges/graycore-magento2-guest-orders-graphql/health.svg)](https://phpackages.com/packages/graycore-magento2-guest-orders-graphql)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

244.9k2](/packages/zwernemann-module-withdrawal)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
