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
publishedfield to ShoppingListLineItem. - [GraphQL API] Added the
publishedfield to theShoppingListLineItemtype.
extend type ShoppingListLineItem {
published: Boolean!
}