计算订单-CalculatedOrder 对象
已应用但未保存修改的订单。
所需的访问
read_order_edits
访问范围。
在本页面
Connections
- addDiscountApplications(
[CalculatedDiscountApplicationConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddiscountapplication)
)
仅返回添加到订单中的新折扣应用程序。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
- createdLineItems(
[CalculatedLineItemConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculatedlineitem)
)
仅返回要添加到订单中的新订单项。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
- lineItems(
[CalculatedLineItemConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculatedlineitem)
)
返回开始编辑之前已存在订单上的所有项目。将包括已进行的任何更改。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
query () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
支持的过滤器参数: + editable 有关使用过滤器的更多信息,请参见详细的搜索语法。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
- stagedChanges(
[OrderStagedChangeConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/orderstagedchange)
)
对订单进行的更改的列表。
争论 | 描述 |
---|---|
after () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之后的元素。 |
before () [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) |
返回指定游标之前的元素。 |
first () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的第一个元素。 |
last () [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01) |
返回n 列表中的最后一个元素。 |
reverse () [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01) |
颠倒基础列表的顺序。 默认值: false |
字段
- cartDiscountAmountSet(
[MoneyBag](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
商店和演示货币的订单级折扣金额(不包含任何订单项折扣)。 - committed(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
当更改已应用到订单时将为true。 - id(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
全局唯一标识符。 - notificationPreviewHtml(
[HTML](https://shopify.dev/docs/admin-api/graphql/reference/scalar#html-2021-01)
)
订单编辑的客户通知的HTML。 - notificationPreviewTitle(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
客户通知标题。 - originalOrder(
[Order!](https://shopify.dev/docs/admin-api/graphql/reference/orders/order)
)
订单未应用任何更改。 - subtotalLineItemsQuantity(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
构成订单小计的订单项的数量总和。 - subtotalPriceSet(
[MoneyBag](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
商店和演示货币中的订单项及其折扣(不包含运输成本,运输折扣)的小计。 - taxLines(
[[TaxLine!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/taxline)
)
该订单项收取的税款。 - totalOutstandingSet(
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
订单总价减去以商店和展示货币从客户那里收到的总金额。 - totalPriceSet(
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
以商店和演示货币表示的订单总额(包括税金和折扣)。
派生关系
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)