Skip to content

Commit d8445e8

Browse files
committed
build(codegen): updating SDK
1 parent 2c3090e commit d8445e8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantAvailability.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import jakarta.validation.Valid;
1616

1717
/**
18-
* <p>The InventoryEntry information of the Product Variant. If there is a supply Channel for the InventoryEntry, then <code>channels</code> is returned. If not, then <code>isOnStock</code>, <code>restockableInDays</code>, and <code>quantityOnStock</code> are returned.</p>
18+
* <p>The InventoryEntry information of the Product Variant. If there is a supply Channel for the InventoryEntry, then <code>channels</code> is returned. If not, then <code>isOnStock</code>, <code>restockableInDays</code>, and <code>availableQuantity</code> are returned.</p>
1919
*
2020
* <hr>
2121
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantAvailabilityImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.apache.commons.lang3.builder.ToStringStyle;
1818

1919
/**
20-
* <p>The InventoryEntry information of the Product Variant. If there is a supply Channel for the InventoryEntry, then <code>channels</code> is returned. If not, then <code>isOnStock</code>, <code>restockableInDays</code>, and <code>quantityOnStock</code> are returned.</p>
20+
* <p>The InventoryEntry information of the Product Variant. If there is a supply Channel for the InventoryEntry, then <code>channels</code> is returned. If not, then <code>isOnStock</code>, <code>restockableInDays</code>, and <code>availableQuantity</code> are returned.</p>
2121
*/
2222
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2323
public class ProductVariantAvailabilityImpl implements ProductVariantAvailability, ModelBase {

references.txt

+1
Original file line numberDiff line numberDiff line change
@@ -329,3 +329,4 @@ ccf4522140c12b0093aefe0e2a27d62bcc4834a6
329329
0be69283d6aba9d3a2f895140378673f2f80f7b0
330330
f254d17f05343dcc4299fc53ff9b335b5ef63d69
331331
6892be230f1ad73f1150dd544c9fa7fee0e6b123
332+
a639dbb1cfe5b434c350e7b47ca717c69b3aa369

0 commit comments

Comments
 (0)