CalculatedOrder
Requires access scope.
An order with edits applied but not saved.
Anchor to Fields and connectionsFields and connections
- Anchor to addedDiscountApplicationsadded•
Discount Applications Returns only the new discount applications being added to the order in the current edit.
- Anchor to addedLineItemsadded•
Line Items CalculatedLine non-nullItem Connection! Returns only the new line items being added to the order during the current edit.
- Anchor to cartDiscountAmountSetcart•
Discount Amount Set Amount of the order-level discount (doesn't contain any line item discounts) in shop and presentment currencies.
- •ID!non-null
A globally-unique ID.
- Anchor to lineItemsline•
Items CalculatedLine non-nullItem Connection! Returns all items on the order that existed before starting the edit. Will include any changes that have been made. Will not include line items added during the current edit.
- Anchor to notificationPreviewHtmlnotification•
Preview Html The HTML of the customer notification for the order edit.
- Anchor to notificationPreviewTitlenotification•
Preview Title String!non-null The customer notification title.
- Anchor to originalOrderoriginal•
Order Order!non-null The order without any changes applied.
- Anchor to shippingLinesshipping•
Lines [CalculatedShipping non-nullLine!]! Returns the shipping lines on the order that existed before starting the edit. Will include any changes that have been made as well as shipping lines added during the current edit. Returns only the first 250 shipping lines.
- Anchor to stagedChangesstaged•
Changes OrderStaged non-nullChange Connection! List of changes made to the order during the current edit.
- Anchor to subtotalLineItemsQuantitysubtotal•
Line Items Quantity Int!non-null The sum of the quantities for the line items that contribute to the order's subtotal.
- Anchor to subtotalPriceSetsubtotal•
Price Set The subtotal of the line items, in shop and presentment currencies, after all the discounts are applied. The subtotal doesn't include shipping. The subtotal includes taxes for taxes-included orders and excludes taxes for taxes-excluded orders.
- Anchor to taxLinestax•
Lines [TaxLine!]! non-null Taxes charged for the line item.
- Anchor to totalOutstandingSettotal•
Outstanding Set MoneyBag! non-null Total price of the order less the total amount received from the customer in shop and presentment currencies.
- Anchor to totalPriceSettotal•
Price Set MoneyBag! non-null Total amount of the order (includes taxes and discounts) in shop and presentment currencies.
Map
No referencing types
Anchor to MutationsMutations
- •mutation
Adds a custom line item to an existing order. For example, you could add a gift wrapping service as a custom line item. To learn how to edit existing orders, refer to Edit an existing order with Admin API.
- •mutation
Adds a discount to a line item on the current order edit. For more information on how to use the GraphQL Admin API to edit an existing order, refer to Edit existing orders.
- •mutation
Adds a shipping line to an existing order. For more information on how to use the GraphQL Admin API to edit an existing order, refer to Edit existing orders.
- •mutation
Adds a line item from an existing product variant. As of API version 2025-04, the orderEditAddVariant API will respect the contextual pricing of the variant.
- •mutation
Starts editing an order. Mutations are operating on
. All order edits start with
, have any number of
* mutations made, and end with
.
- •mutation
Removes a discount on the current order edit. For more information on how to use the GraphQL Admin API to edit an existing order, refer to Edit existing orders.
- •mutation
Removes a shipping line from an existing order. For more information on how to use the GraphQL Admin API to edit an existing order, refer to Edit existing orders.
- •mutation
Sets the quantity of a line item on an order that is being edited. For more information on how to use the GraphQL Admin API to edit an existing order, refer to Edit existing orders.
- •mutation
Updates a manual line level discount on the current order edit. For more information on how to use the GraphQL Admin API to edit an existing order, refer to Edit existing orders.
- •mutation
Updates a shipping line on the current order edit. For more information on how to use the GraphQL Admin API to edit an existing order, refer to Edit existing orders.
- •mutationDeprecated
Removes a line item discount that was applied as part of an order edit. Use
instead.