29 April 2025
CartsGraphQL
We’ve added the
published
field to ShoppingListLineItem. This field lets you check the publication status of the associated Product without needing to retrieve it separately.All existing ShoppingListLineItems have been updated to include the new field.
Changes:
- [API] Added the
published
field to ShoppingListLineItem. - [GraphQL API] Added the
published
field to theShoppingListLineItem
type.
extend type ShoppingListLineItem {
published: Boolean!
}