OrderStagedChange
Requires access scope.
A change that has been applied to an order.
Anchor to Possible typesPossible types
- •OBJECT
A change to the order representing the addition of a custom line item. For example, you might want to add gift wrapping service as a custom line item.
- original
Unit •Price Moneynon-nullV2! The price of an individual item without any discounts applied. This value can't be negative.
- quantity•Int!non-null
The quantity of the custom item to add to the order. This value must be greater than zero.
- title•String!non-null
The title of the custom item.
- original
- •OBJECT
The discount applied to an item that was added during the current order edit.
- description•String!non-null
The description of the discount.
- id•ID!non-null
A globally-unique ID.
- value•Pricingnon-null
Value! The pricing value of the discount.
- description•
- •OBJECT
A new shipping line added as part of an order edit.
- phone•String
The phone number at the shipping address.
- presentment
Title •String The shipping line's title that's shown to the buyer.
- price•Moneynon-null
V2! The price that applies to the shipping line.
- title•String
The title of the shipping line.
- phone•
- •OBJECT
A change to the order representing the addition of an existing product variant.
- quantity•Int!non-null
The quantity of the product variant that was added.
- variant•Productnon-null
Variant! The product variant that was added.
- quantity•
- •OBJECT
An removal of items from an existing line item on the order.
- delta•Int!non-null
The number of items removed.
- line
Item •Linenon-nullItem! The original line item.
- restock•Boolean!non-null
The intention to restock the removed items.
- delta•
- •OBJECT
An addition of items to an existing line item on the order.
- delta•Int!non-null
The number of items added.
- line
Item •Linenon-nullItem! The original line item.
- delta•
- •OBJECT
A shipping line removed during an order edit.
- shipping
Line •Shippingnon-nullLine! The removed shipping line.
- shipping
Anchor to Fields with this unionFields with this union
- •OBJECT
A list of changes that affect this line item.
- •CONNECTION
List of changes made to the order during the current edit.
- •CONNECTION
A list of nodes that are contained in OrderStagedChangeEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.
- •OBJECT
The item at the end of OrderStagedChangeEdge.