Class ByProjectKeyProductTailoringKeyByKeyPost

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_tailoring.ProductTailoring>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productTailoring()
            .withKey("{key}")
            .post(null)
            .execute()