7 September 2020
CartsOrdersGraphQL
A new field is introduced to LineItems of Carts, Orders and OrderEdits.
This field is updated whenever one of setLineItemShippingDetails, addLineItem, removeLineItem, or changeLineItemQuantity changes the LineItem.
- [API] Added a 
lastModifiedAtfield to LineItem - [GraphQL API] Changed the 
LineItemtype:- Added the 
lastModifiedAtfield to theLineItemtype. 
 - Added the 
 
Introduced the following changes to the GraphQL schema (in SDL format):
extend type LineItem {
  lastModifiedAt: DateTime
}