scandipwa/sales-graphql
最新稳定版本:1.3.2
Composer 安装命令:
composer require scandipwa/sales-graphql
包简介
Magneto 2 Sales related functionality extension
README 文档
README
Magneto 2 Sales related functionality extension
What`s inside?
This module provides GraphQl customization to exist one endpoints.
Customization endpoints
- Allows filtering orders by entity_id
input CustomerOrdersFilterInput { entity_id: FilterStringTypeInput @doc(description: "Filters by order entity id.") }
- Returns boolean to define if order can be reordered and rss_link exist for it
type CustomerOrder { can_reorder: Boolean! @doc(description: "Defines if order can be reordered") rss_link: String @doc(description: "Represents rss link to subscribe on order status") }
- Return row subtotal price
interface OrderItemInterface { row_subtotal: Money! @doc(description: "The row subtotal price, including selected options") }
- Extend order products selected and entered options to return also downloadable links, bundle options and files
统计信息
- 总下载量: 87.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2021-11-16