diff --git a/lib/commercetools-api/docs/RequestBuilder.md b/lib/commercetools-api/docs/RequestBuilder.md index 87d14d25bff..f85095a4618 100644 --- a/lib/commercetools-api/docs/RequestBuilder.md +++ b/lib/commercetools-api/docs/RequestBuilder.md @@ -5255,7 +5255,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->products()->withProductId("productID")->productTailoring()->images()->post(null)` -Upload a JPEG, PNG and GIF file to a [ProductTailoringVariant](ctp:api:type:ProductTailoringVariant). The maximum file size of the image is 10MB. `variant` or `sku` is required to update a specific ProductVariant. Produces the [ProductTailoringImageAdded](/projects/messages#product-tailoring-image-added) Message when the `Small` version of the image has been uploaded to the CDN. +Upload a JPEG, PNG and GIF file to a [ProductTailoringVariant](ctp:api:type:ProductTailoringVariant). The maximum file size of the image is 10MB. `variant` or `sku` is required to update a specific ProductVariant. Produces the [ProductTailoringImageAdded](/projects/messages/product-catalog-messages#product-tailoring-image-added) Message when the `Small` version of the image has been uploaded to the CDN. ### Example @@ -5328,7 +5328,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->products()->withProductKey("productKey")->productTailoring()->images()->post(null)` -Upload a JPEG, PNG and GIF file to a [ProductTailoringVariant](ctp:api:type:ProductTailoringVariant). The maximum file size of the image is 10MB. `variant` or `sku` is required to update a specific ProductVariant. Produces the [ProductTailoringImageAdded](/projects/messages#product-tailoring-image-added) Message when the `Small` version of the image has been uploaded to the CDN. +Upload a JPEG, PNG and GIF file to a [ProductTailoringVariant](ctp:api:type:ProductTailoringVariant). The maximum file size of the image is 10MB. `variant` or `sku` is required to update a specific ProductVariant. Produces the [ProductTailoringImageAdded](/projects/messages/product-catalog-messages#product-tailoring-image-added) Message when the `Small` version of the image has been uploaded to the CDN. ### Example @@ -9052,7 +9052,7 @@ $request = $builder To create a new Product, send a representation that is going to become the initial _staged_ and _current_ representation of the new Product in the catalog. If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, selected Prices will be added to the response. -Produces the [ProductCreated](/projects/messages#product-created) Message. +Produces the [ProductCreated](/projects/messages/product-catalog-messages#product-created) Message. ### Example @@ -9115,7 +9115,7 @@ $request = $builder ## `withProjectKey("projectKey")->products()->withId("ID")->delete()` If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. -Produces the [ProductDeleted](/projects/messages#product-deleted) Message. +Produces the [ProductDeleted](/projects/messages/product-catalog-messages#product-deleted) Message. ### Example ```php @@ -9130,7 +9130,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->withId("ID")->images()->post(null)` -Upload a JPEG, PNG and GIF file to a [ProductVariant](ctp:api:type:ProductVariant). The maximum file size of the image is 10MB. `variant` or `sku` is required to update a specific ProductVariant. The image is uploaded to the Master Variant if `variant` or `sku` are not included. Produces the [ProductImageAdded](/projects/messages#product-image-added) Message when the `Small` version of the image has been uploaded to the CDN. +Upload a JPEG, PNG and GIF file to a [ProductVariant](ctp:api:type:ProductVariant). The maximum file size of the image is 10MB. `variant` or `sku` is required to update a specific ProductVariant. The image is uploaded to the Master Variant if `variant` or `sku` are not included. Produces the [ProductImageAdded](/projects/messages/product-catalog-messages#product-image-added) Message when the `Small` version of the image has been uploaded to the CDN. ### Example @@ -9209,7 +9209,7 @@ $request = $builder ## `withProjectKey("projectKey")->products()->withKey("key")->delete()` If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. -Produces the [ProductDeleted](/projects/messages#product-deleted) Message. +Produces the [ProductDeleted](/projects/messages/product-catalog-messages#product-deleted) Message. ### Example ```php diff --git a/references.txt b/references.txt index 62b0192b7a9..ebe88a82f09 100644 --- a/references.txt +++ b/references.txt @@ -296,3 +296,4 @@ ab4dd4a6e46c77f13c03d43fe3628f37509c95b4 dc09dbc8bb089b789be7b711ebeb272f820ed184 fa091aad2bce74e0d07ee69a886f4cd9ae02e05d ce56ab7c65a688f75d5cd4095378d6647c6bd9ae +3ef50b76d477cff41dcd11f48e8205cd4abd1439