Class ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringPostString>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringPostString>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringPostString>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringPostString>, ClientRequestCommand<ProductTailoring>, CreateHttpRequestCommand, HttpRequestCommand<ProductTailoring>, RequestCommand<ProductTailoring>

Updates the current or staged representation of a Product Tailoring by its Product ID in the specified Store.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_tailoring.ProductTailoring>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .products()
            .withProductId("{productID}")
            .productTailoring()
            .post("")
            .execute()