diff --git a/lib/commercetools-api/src/Models/Cart/Cart.php b/lib/commercetools-api/src/Models/Cart/Cart.php index 2835922f8a5..011f533bf52 100644 --- a/lib/commercetools-api/src/Models/Cart/Cart.php +++ b/lib/commercetools-api/src/Models/Cart/Cart.php @@ -124,7 +124,7 @@ public function getCustomerGroup(); public function getAnonymousId(); /** - *

Reference to a Business Unit the Cart belongs to.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/Cart/CartBuilder.php b/lib/commercetools-api/src/Models/Cart/CartBuilder.php index a04ca5a0b09..f7ad976c037 100644 --- a/lib/commercetools-api/src/Models/Cart/CartBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartBuilder.php @@ -407,7 +407,7 @@ public function getAnonymousId() } /** - *

Reference to a Business Unit the Cart belongs to.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/Cart/CartDraft.php b/lib/commercetools-api/src/Models/Cart/CartDraft.php index 8861a74a512..9e1035cb5ba 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraft.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraft.php @@ -101,7 +101,7 @@ public function getCustomerGroup(); public function getAnonymousId(); /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php b/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php index 9a5b4a4723e..c9ace8bd131 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php @@ -276,7 +276,7 @@ public function getAnonymousId() } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartDraftModel.php b/lib/commercetools-api/src/Models/Cart/CartDraftModel.php index dc69d68ea09..5f226b1a312 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraftModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraftModel.php @@ -396,7 +396,7 @@ public function getAnonymousId() } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartModel.php b/lib/commercetools-api/src/Models/Cart/CartModel.php index c6fe9eb409f..a1b15145d39 100644 --- a/lib/commercetools-api/src/Models/Cart/CartModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartModel.php @@ -592,7 +592,7 @@ public function getAnonymousId() } /** - *

Reference to a Business Unit the Cart belongs to.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/Common/ClientLogging.php b/lib/commercetools-api/src/Models/Common/ClientLogging.php index ceef0ec71f7..7defb25cb79 100644 --- a/lib/commercetools-api/src/Models/Common/ClientLogging.php +++ b/lib/commercetools-api/src/Models/Common/ClientLogging.php @@ -53,7 +53,7 @@ public function getCustomer(); public function getAnonymousId(); /** - *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php b/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php index 4678b7d0aa3..db13b8173ee 100644 --- a/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php +++ b/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php @@ -97,7 +97,7 @@ public function getAnonymousId() } /** - *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php b/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php index 1157401d50f..6407a1e6b34 100644 --- a/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php +++ b/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php @@ -151,7 +151,7 @@ public function getAnonymousId() } /** - *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/CreatedBy.php b/lib/commercetools-api/src/Models/Common/CreatedBy.php index 81edd8e59d8..de8ed81345d 100644 --- a/lib/commercetools-api/src/Models/Common/CreatedBy.php +++ b/lib/commercetools-api/src/Models/Common/CreatedBy.php @@ -57,7 +57,7 @@ public function getAnonymousId(); public function getAttributedTo(); /** - *

Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php b/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php index aec1232c3bb..e54489951ca 100644 --- a/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php +++ b/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php @@ -103,7 +103,7 @@ public function getAnonymousId() } /** - *

Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/CreatedByModel.php b/lib/commercetools-api/src/Models/Common/CreatedByModel.php index 33ea3ae0e19..636330a3868 100644 --- a/lib/commercetools-api/src/Models/Common/CreatedByModel.php +++ b/lib/commercetools-api/src/Models/Common/CreatedByModel.php @@ -159,7 +159,7 @@ public function getAnonymousId() } /** - *

Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

* * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/LastModifiedBy.php b/lib/commercetools-api/src/Models/Common/LastModifiedBy.php index 9a80862858c..b7b44e4a897 100644 --- a/lib/commercetools-api/src/Models/Common/LastModifiedBy.php +++ b/lib/commercetools-api/src/Models/Common/LastModifiedBy.php @@ -57,7 +57,7 @@ public function getAnonymousId(); public function getAttributedTo(); /** - *

Indicates the Customer who modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php b/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php index 60b51701f26..9b266c4e91b 100644 --- a/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php +++ b/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php @@ -103,7 +103,7 @@ public function getAnonymousId() } /** - *

Indicates the Customer who modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php b/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php index 68248a40a77..452b8cd3419 100644 --- a/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php +++ b/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php @@ -159,7 +159,7 @@ public function getAnonymousId() } /** - *

Indicates the Customer who modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Me/MyCartDraft.php b/lib/commercetools-api/src/Models/Me/MyCartDraft.php index d19facdaa20..540b56428ba 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartDraft.php +++ b/lib/commercetools-api/src/Models/Me/MyCartDraft.php @@ -54,7 +54,7 @@ public function getCurrency(); public function getCustomerEmail(); /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Me/MyCartDraftBuilder.php b/lib/commercetools-api/src/Models/Me/MyCartDraftBuilder.php index f52c45fd2a8..60c390e0a2c 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCartDraftBuilder.php @@ -156,7 +156,7 @@ public function getCustomerEmail() } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Me/MyCartDraftModel.php b/lib/commercetools-api/src/Models/Me/MyCartDraftModel.php index 1da7bfe44cd..d60f455c4c1 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartDraftModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCartDraftModel.php @@ -215,7 +215,7 @@ public function getCustomerEmail() } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Order/Order.php b/lib/commercetools-api/src/Models/Order/Order.php index a74981a56b6..ffc8ab48736 100644 --- a/lib/commercetools-api/src/Models/Order/Order.php +++ b/lib/commercetools-api/src/Models/Order/Order.php @@ -155,7 +155,7 @@ public function getCustomerGroup(); public function getAnonymousId(); /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/Order/OrderBuilder.php b/lib/commercetools-api/src/Models/Order/OrderBuilder.php index 4255b30c992..5131fd8f447 100644 --- a/lib/commercetools-api/src/Models/Order/OrderBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderBuilder.php @@ -489,7 +489,7 @@ public function getAnonymousId() } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/Order/OrderImportDraft.php b/lib/commercetools-api/src/Models/Order/OrderImportDraft.php index d88f184ad73..c10a74064f5 100644 --- a/lib/commercetools-api/src/Models/Order/OrderImportDraft.php +++ b/lib/commercetools-api/src/Models/Order/OrderImportDraft.php @@ -94,7 +94,7 @@ public function getCustomerGroup(); /** *

ResourceIdentifier to the Business Unit the Order should belong to. - * When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit.

+ * When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Order/OrderImportDraftBuilder.php b/lib/commercetools-api/src/Models/Order/OrderImportDraftBuilder.php index 1f0d4bb6db2..ae1db55c32e 100644 --- a/lib/commercetools-api/src/Models/Order/OrderImportDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderImportDraftBuilder.php @@ -258,7 +258,7 @@ public function getCustomerGroup() /** *

ResourceIdentifier to the Business Unit the Order should belong to. - * When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit.

+ * When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Order/OrderImportDraftModel.php b/lib/commercetools-api/src/Models/Order/OrderImportDraftModel.php index c60b86ab4cf..38efccdf5bb 100644 --- a/lib/commercetools-api/src/Models/Order/OrderImportDraftModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderImportDraftModel.php @@ -365,7 +365,7 @@ public function getCustomerGroup() /** *

ResourceIdentifier to the Business Unit the Order should belong to. - * When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit.

+ * When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Order/OrderModel.php b/lib/commercetools-api/src/Models/Order/OrderModel.php index 596c70b3609..0b6e8adb37a 100644 --- a/lib/commercetools-api/src/Models/Order/OrderModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderModel.php @@ -699,7 +699,7 @@ public function getAnonymousId() } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderBuilder.php index d229b39169c..0faac8db93a 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderBuilder.php @@ -491,7 +491,7 @@ public function getAnonymousId() } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderModel.php index d61e6edf1ee..6b8c6676373 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderModel.php @@ -701,7 +701,7 @@ public function getAnonymousId() } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/Quote/Quote.php b/lib/commercetools-api/src/Models/Quote/Quote.php index f26d68bbce8..f9a06dafcca 100644 --- a/lib/commercetools-api/src/Models/Quote/Quote.php +++ b/lib/commercetools-api/src/Models/Quote/Quote.php @@ -360,7 +360,7 @@ public function getState(); public function getPurchaseOrderNumber(); /** - *

The BusinessUnit for the Quote.

+ *

The BusinessUnit for the Quote. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/Quote/QuoteBuilder.php b/lib/commercetools-api/src/Models/Quote/QuoteBuilder.php index 1d85793173e..7119e45e506 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteBuilder.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteBuilder.php @@ -672,7 +672,7 @@ public function getPurchaseOrderNumber() } /** - *

The BusinessUnit for the Quote.

+ *

The BusinessUnit for the Quote. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/Quote/QuoteModel.php b/lib/commercetools-api/src/Models/Quote/QuoteModel.php index 89437e43f92..937c1957f82 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteModel.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteModel.php @@ -1094,7 +1094,7 @@ public function getPurchaseOrderNumber() } /** - *

The BusinessUnit for the Quote.

+ *

The BusinessUnit for the Quote. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequest.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequest.php index 8b343000b73..b8c39262fd9 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequest.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequest.php @@ -332,7 +332,7 @@ public function getPurchaseOrderNumber(); public function getCart(); /** - *

The BusinessUnit for the Quote Request.

+ *

The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestBuilder.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestBuilder.php index 31cba93eda0..4d7324d4aed 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestBuilder.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestBuilder.php @@ -619,7 +619,7 @@ public function getCart() } /** - *

The BusinessUnit for the Quote Request.

+ *

The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestModel.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestModel.php index d20d7f3eba3..c22d8904dd5 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestModel.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestModel.php @@ -1003,7 +1003,7 @@ public function getCart() } /** - *

The BusinessUnit for the Quote Request.

+ *

The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingList.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingList.php index 36efbf2b72b..600a6082ca4 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingList.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingList.php @@ -136,7 +136,7 @@ public function getAnonymousId(); public function getStore(); /** - *

Reference to the Business Unit the Shopping List belongs to.

+ *

Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListBuilder.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListBuilder.php index f6a19572df5..4a4cee7ab80 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListBuilder.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListBuilder.php @@ -302,7 +302,7 @@ public function getStore() } /** - *

Reference to the Business Unit the Shopping List belongs to.

+ *

Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraft.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraft.php index ce186b01165..52783bf249a 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraft.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraft.php @@ -114,7 +114,7 @@ public function getTextLineItems(); public function getStore(); /** - *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraftBuilder.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraftBuilder.php index 0e742ee4483..95e97243daf 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraftBuilder.php @@ -215,7 +215,7 @@ public function getStore() } /** - *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraftModel.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraftModel.php index 72d0222da62..e2ba47861dd 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraftModel.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraftModel.php @@ -341,7 +341,7 @@ public function getStore() } /** - *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListModel.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListModel.php index 0d6c5ed7f16..dc496c27d29 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListModel.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListModel.php @@ -484,7 +484,7 @@ public function getStore() } /** - *

Reference to the Business Unit the Shopping List belongs to.

+ *

Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuote.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuote.php index c5a32d09080..77b83c1fde1 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuote.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuote.php @@ -170,7 +170,7 @@ public function getState(); public function getPurchaseOrderNumber(); /** - *

The BusinessUnit for the Staged Quote.

+ *

The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteBuilder.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteBuilder.php index 907a95e0c27..3af6155d226 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteBuilder.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteBuilder.php @@ -328,7 +328,7 @@ public function getPurchaseOrderNumber() } /** - *

The BusinessUnit for the Staged Quote.

+ *

The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.

* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteModel.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteModel.php index 4898199cbe6..d4d964651c8 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteModel.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteModel.php @@ -534,7 +534,7 @@ public function getPurchaseOrderNumber() } /** - *

The BusinessUnit for the Staged Quote.

+ *

The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.

* * * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedBy.php b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedBy.php index d88252799ca..8938cd834a7 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedBy.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedBy.php @@ -80,7 +80,7 @@ public function getAnonymousId(); public function getCustomer(); /** - *

The Associate who made the change in the context of a Business Unit. Present only if the Associate acts on behalf of a company using the associate endpoints.

+ *

The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* * @return null|Reference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByBuilder.php b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByBuilder.php index 85372a0fb9c..86c76a6081a 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByBuilder.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByBuilder.php @@ -139,7 +139,7 @@ public function getCustomer() } /** - *

The Associate who made the change in the context of a Business Unit. Present only if the Associate acts on behalf of a company using the associate endpoints.

+ *

The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* * @return null|Reference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByModel.php b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByModel.php index 2e574223b7c..c2e6ad8c87a 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByModel.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByModel.php @@ -218,7 +218,7 @@ public function getCustomer() } /** - *

The Associate who made the change in the context of a Business Unit. Present only if the Associate acts on behalf of a company using the associate endpoints.

+ *

The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* * * @return null|Reference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/Record.php b/lib/commercetools-history/src/Models/ChangeHistory/Record.php index c4d2cb88b85..b284bf9171d 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/Record.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/Record.php @@ -116,7 +116,7 @@ public function getResource(); public function getStores(); /** - *

Reference to the Business Unit associated with the Change.

+ *

Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.

* * @return null|KeyReference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/RecordBuilder.php b/lib/commercetools-history/src/Models/ChangeHistory/RecordBuilder.php index 15bb6c59736..22462ebccc4 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/RecordBuilder.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/RecordBuilder.php @@ -214,7 +214,7 @@ public function getStores() } /** - *

Reference to the Business Unit associated with the Change.

+ *

Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.

* * @return null|KeyReference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/RecordModel.php b/lib/commercetools-history/src/Models/ChangeHistory/RecordModel.php index 99541972317..4a816ca136b 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/RecordModel.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/RecordModel.php @@ -342,7 +342,7 @@ public function getStores() } /** - *

Reference to the Business Unit associated with the Change.

+ *

Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.

* * * @return null|KeyReference diff --git a/references.txt b/references.txt index 71d8c1f70d5..ad665298601 100644 --- a/references.txt +++ b/references.txt @@ -382,3 +382,4 @@ a7aa20c17dc375042673f3de785e65cda595960c 9e27b6b4195fb7839b6c87f31a988d1612f327d6 7e0d07d02382161fc6d401b83e03ad2754afbc9b 0d4223fbb7b6010a0e567bf129f511b03ad91468 +8cba9de0459fba60f7aaa556ae0485235f444362