Class ByProjectKeyInStoreKeyByStoreKeyProductsKeyByProductKeyProductTailoringPost

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

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



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