Skip to content

Commit 2d0ce3d

Browse files
committed
build(codegen): updating SDK
1 parent 2131771 commit 2d0ce3d

13 files changed

Lines changed: 37 additions & 12 deletions

lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountAction.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ interface CartSetShippingMethodTaxAmountAction extends CartUpdateAction
1717
public const FIELD_EXTERNAL_TAX_AMOUNT = 'externalTaxAmount';
1818

1919
/**
20-
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update. This is required for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
20+
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update.
21+
* This is required and valid only for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.
22+
* An <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned if <code>shippingKey</code> is provided for Carts with <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>, or omitted for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
2123
*
2224
2325
* @return null|string

lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountActionBuilder.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ final class CartSetShippingMethodTaxAmountActionBuilder implements Builder
3333
private $externalTaxAmount;
3434

3535
/**
36-
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update. This is required for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
36+
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update.
37+
* This is required and valid only for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.
38+
* An <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned if <code>shippingKey</code> is provided for Carts with <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>, or omitted for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
3739
*
3840
3941
* @return null|string

lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountActionModel.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ public function getAction()
7171
}
7272

7373
/**
74-
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update. This is required for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
74+
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update.
75+
* This is required and valid only for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.
76+
* An <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned if <code>shippingKey</code> is provided for Carts with <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>, or omitted for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
7577
*
7678
*
7779
* @return null|string

lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateAction.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ interface CartSetShippingMethodTaxRateAction extends CartUpdateAction
1717
public const FIELD_EXTERNAL_TAX_RATE = 'externalTaxRate';
1818

1919
/**
20-
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update. This is required for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
20+
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update.
21+
* This is required and valid only for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.
22+
* An <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned if <code>shippingKey</code> is provided for Carts with <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>, or omitted for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
2123
*
2224
2325
* @return null|string

lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateActionBuilder.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ final class CartSetShippingMethodTaxRateActionBuilder implements Builder
3333
private $externalTaxRate;
3434

3535
/**
36-
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update. This is required for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
36+
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update.
37+
* This is required and valid only for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.
38+
* An <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned if <code>shippingKey</code> is provided for Carts with <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>, or omitted for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
3739
*
3840
3941
* @return null|string

lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxRateActionModel.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ public function getAction()
7171
}
7272

7373
/**
74-
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update. This is required for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
74+
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update.
75+
* This is required and valid only for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.
76+
* An <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned if <code>shippingKey</code> is provided for Carts with <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>, or omitted for Carts with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
7577
*
7678
*
7779
* @return null|string

lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountAction.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ interface StagedOrderSetShippingMethodTaxAmountAction extends StagedOrderUpdateA
1919
public const FIELD_EXTERNAL_TAX_AMOUNT = 'externalTaxAmount';
2020

2121
/**
22-
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update. This is required for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
22+
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update.
23+
* This is required and valid only for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.
24+
* An <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned if <code>shippingKey</code> is provided for Orders with <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>, or omitted for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
2325
*
2426
2527
* @return null|string

lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountActionBuilder.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ final class StagedOrderSetShippingMethodTaxAmountActionBuilder implements Builde
3737
private $externalTaxAmount;
3838

3939
/**
40-
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update. This is required for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
40+
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update.
41+
* This is required and valid only for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.
42+
* An <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned if <code>shippingKey</code> is provided for Orders with <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>, or omitted for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
4143
*
4244
4345
* @return null|string

lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxAmountActionModel.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ public function getAction()
7575
}
7676

7777
/**
78-
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update. This is required for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
78+
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update.
79+
* This is required and valid only for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.
80+
* An <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned if <code>shippingKey</code> is provided for Orders with <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>, or omitted for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
7981
*
8082
*
8183
* @return null|string

lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingMethodTaxRateAction.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ interface StagedOrderSetShippingMethodTaxRateAction extends StagedOrderUpdateAct
1919
public const FIELD_EXTERNAL_TAX_RATE = 'externalTaxRate';
2020

2121
/**
22-
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update. This is required for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
22+
* <p><code>key</code> of the <a href="ctp:api:type:ShippingMethod">ShippingMethod</a> to update.
23+
* This is required and valid only for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.
24+
* An <a href="ctp:api:type:InvalidOperationError">InvalidOperation</a> error is returned if <code>shippingKey</code> is provided for Orders with <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>, or omitted for Orders with <code>Multiple</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
2325
*
2426
2527
* @return null|string

0 commit comments

Comments
 (0)