Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated SDKs #300

Merged
merged 1 commit into from
Jan 16, 2025
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
1 change: 1 addition & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<summary>Required Property(s)</summary>

- :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required
- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional
</details>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ public function getVariantId();
public function getSku();

/**
* <p>Value to set to <code>images</code>.</p>
* <p>Images of the tailored ProductVariant.</p>
* <p>Don't provide this field if you want to remove all images from the tailored Product Variant.
* Set to <code>[]</code> (empty) if you want to hide all images of the original ProductVariant on the tailored ProductVariant.</p>
*

* @return null|ImageCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ public function getSku()
}

/**
* <p>Value to set to <code>images</code>.</p>
* <p>Images of the tailored ProductVariant.</p>
* <p>Don't provide this field if you want to remove all images from the tailored Product Variant.
* Set to <code>[]</code> (empty) if you want to hide all images of the original ProductVariant on the tailored ProductVariant.</p>
*

* @return null|ImageCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ public function getSku()
}

/**
* <p>Value to set to <code>images</code>.</p>
* <p>Images of the tailored ProductVariant.</p>
* <p>Don't provide this field if you want to remove all images from the tailored Product Variant.
* Set to <code>[]</code> (empty) if you want to hide all images of the original ProductVariant on the tailored ProductVariant.</p>
*
*
* @return null|ImageCollection
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,4 @@ cc1732f88ea3dc336358ff9f39cda9d5271cf7c2
e3d5bc9cb69146c5d1dd755ed5e8cf2f54566b3a
591d5eaefd1d56fd350895ccea401cb42f2f0ee8
e45c96065b0f2d6cbb563b65fbed44785e8a8149
64c89a7773b97bd6425a82d7d8cee1a9f0f3e6e2
Loading