Requires read_order_edits access scope.

An order with edits applied but not saved.


Returns only the new discount applications being added to the order in the current edit.

Returns only the new line items being added to the order during the current edit.

Amount of the order-level discount (doesn't contain any line item discounts) in shop and presentment currencies.

Whether the changes have been applied and saved to the order.

A globally-unique ID.

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.

The HTML of the customer notification for the order edit.

The customer notification title.

The order without any changes applied.

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.

List of changes made to the order during the current edit.

The sum of the quantities for the line items that contribute to the order's subtotal.

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.

Taxes charged for the line item.

Total price of the order less the total amount received from the customer in shop and presentment currencies.

Total amount of the order (includes taxes and discounts) in shop and presentment currencies.


Was this section helpful?
Map
  • No referencing fields
  • CalculatedOrder


    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.

    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.

    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.

    Adds a line item from an existing product variant.

    Anchor to orderEditBegin
    mutation
    Access requirements

    Starts editing an order. Mutations are operating on OrderEdit. All order edits start with orderEditBegin, have any number of orderEdit* mutations made, and end with orderEditCommit.

    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.

    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.

    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.

    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.

    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.


    Was this section helpful?



    Was this section helpful?
    ||-
    CalculatedOrder Implements
    CalculatedOrder

    Implements