File tree Expand file tree Collapse file tree
packages/platform-sdk/src/generated/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010- :warning : changed property ` actions ` of type ` MyBusinessUnitUpdate ` from type ` BusinessUnitUpdateAction[] ` to ` MyBusinessUnitUpdateAction[] `
1111</details >
12+
13+ <details >
14+ <summary >Added Property(s)</summary >
15+
16+ - added property ` published ` to type ` ShoppingListLineItem `
17+ </details >
Original file line number Diff line number Diff line change 55
66- :warning : changed property ` actions ` of type ` MyBusinessUnitUpdate ` from type ` BusinessUnitUpdateAction[] ` to ` MyBusinessUnitUpdateAction[] `
77</details >
8+
9+ <details >
10+ <summary >Added Property(s)</summary >
11+
12+ - added property ` published ` to type ` ShoppingListLineItem `
13+ </details >
Original file line number Diff line number Diff line change @@ -263,6 +263,14 @@ export interface ShoppingListLineItem {
263263 *
264264 */
265265 readonly productType : ProductTypeReference
266+ /**
267+ * Whether the related [Product](ctp:api:type:Product) is published or not.
268+ *
269+ * This data is updated in an [eventual consistent manner](/general-concepts#eventual-consistency) when the Product's published status changes.
270+ *
271+ *
272+ */
273+ readonly published : boolean
266274 /**
267275 * Number of Products in the ShoppingListLineItem.
268276 *
Original file line number Diff line number Diff line change @@ -402,3 +402,4 @@ f0288f95a5fe33fd2973df3f8290defb15129192
402402790830d35463033d3b7e35060d16659c82040f4e
403403761762c7caad45bc86b08db7021a033fff18ba90
404404b32dd9c6633745d71fb526473fed6cc60e1fab0a
405+ dec65e707130185745930bde27ce78ae64ab29c1
You can’t perform that action at this time.
0 commit comments