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.
- •OBJECT
The discount applied to an item that was added during the current order edit.
- •OBJECT
A new shipping line added as part of an order edit.
- •OBJECT
A change to the order representing the addition of an existing product variant.
- •OBJECT
An removal of items from an existing line item on the order.
- •OBJECT
An addition of items to an existing line item on the order.
- •OBJECT
A shipping line removed during an order edit.
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.
1union OrderStagedChange = OrderStagedChangeAddCustomItem | OrderStagedChangeAddLineItemDiscount | OrderStagedChangeAddShippingLine | OrderStagedChangeAddVariant | OrderStagedChangeDecrementItem | OrderStagedChangeIncrementItem | OrderStagedChangeRemoveShippingLine