Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/changes_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@

- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]`
</details>

<details>
<summary>Added Property(s)</summary>

- added property `published` to type `ShoppingListLineItem`
</details>
6 changes: 6 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@

- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]`
</details>

<details>
<summary>Added Property(s)</summary>

- added property `published` to type `ShoppingListLineItem`
</details>
8 changes: 8 additions & 0 deletions packages/platform-sdk/src/generated/models/shopping-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,4 @@ f0288f95a5fe33fd2973df3f8290defb15129192
790830d35463033d3b7e35060d16659c82040f4e
761762c7caad45bc86b08db7021a033fff18ba90
b32dd9c6633745d71fb526473fed6cc60e1fab0a
dec65e707130185745930bde27ce78ae64ab29c1