Class ByProjectKeyProductTailoringKeyByKeyPostString

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



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