Download the PHP package graycore/magento2-orders-graphql without Composer
On this page you can find all versions of the php package graycore/magento2-orders-graphql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download graycore/magento2-orders-graphql
More information about graycore/magento2-orders-graphql
Files in graycore/magento2-orders-graphql
Package magento2-orders-graphql
Short Description A Magento 2 module that adds a fully featured GraphQL orders endpoint.
License MIT
Informations about the package magento2-orders-graphql
magento2-orders-graphql
A Magento 2 module that adds a fully featured GraphQL orders endpoint.
Note that this is scheduled to be obsolete and deprecated in Magento 2.4.1 given that an officially maintained GraphQL order module will be released.
Installation
Usage
Guest Orders
For guest carts, use the graycoreGuestOrders
query and pass in the cart ID as cartId
:
Customer Orders
For customer carts, use the graycoreCustomerOrders
query. There is an optional orderNumber
parameter which will return a specific order. Not passing orderNumber
will return all of the authenticated customer's orders. Authenticate the customer according to normal Magento procedures.
Schema
Refer to the GraphQL schema for documentation about the types available in the queries.
All versions of magento2-orders-graphql with dependencies
magento/framework Version *
magento/module-graph-ql Version *
magento/module-quote Version *
magento/module-sales Version *
magento/module-store Version *