diff --git a/.changeset/changes_api.md b/.changeset/changes_api.md
index 0b8b2c775..27cdf3736 100644
--- a/.changeset/changes_api.md
+++ b/.changeset/changes_api.md
@@ -9,3 +9,9 @@
- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]`
+
+
+Added Property(s)
+
+- added property `published` to type `ShoppingListLineItem`
+
diff --git a/changes.md b/changes.md
index b077d7191..6707d77b0 100644
--- a/changes.md
+++ b/changes.md
@@ -5,3 +5,9 @@
- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]`
+
+
+Added Property(s)
+
+- added property `published` to type `ShoppingListLineItem`
+
diff --git a/packages/platform-sdk/src/generated/models/shopping-list.ts b/packages/platform-sdk/src/generated/models/shopping-list.ts
index ccd94754f..1394a9e6f 100644
--- a/packages/platform-sdk/src/generated/models/shopping-list.ts
+++ b/packages/platform-sdk/src/generated/models/shopping-list.ts
@@ -263,6 +263,14 @@ export interface ShoppingListLineItem {
*
*/
readonly productType: ProductTypeReference
+ /**
+ * Whether the related [Product](ctp:api:type:Product) is published or not.
+ *
+ * This data is updated in an [eventual consistent manner](/general-concepts#eventual-consistency) when the Product's published status changes.
+ *
+ *
+ */
+ readonly published: boolean
/**
* Number of Products in the ShoppingListLineItem.
*
diff --git a/references.txt b/references.txt
index da18abfdd..4a5881b2a 100644
--- a/references.txt
+++ b/references.txt
@@ -402,3 +402,4 @@ f0288f95a5fe33fd2973df3f8290defb15129192
790830d35463033d3b7e35060d16659c82040f4e
761762c7caad45bc86b08db7021a033fff18ba90
b32dd9c6633745d71fb526473fed6cc60e1fab0a
+dec65e707130185745930bde27ce78ae64ab29c1