graycore/magento2-guest-orders-graphql
最新稳定版本:v0.2.0
Composer 安装命令:
composer require graycore/magento2-guest-orders-graphql
包简介
A Magento 2 module that adds a GraphQL orders endpoint for guest carts.
README 文档
README
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 >= Magento 2.4.1. If you need an orders endpoint for < Magento 2.4.1, please use 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
composer require graycore/magento2-guest-orders-graphql
Usage
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
Refer to the GraphQL schema for documentation about the types available in the queries.
统计信息
- 总下载量: 10.41k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-10