Class ByProjectKeyProductTailoringByIDPostString

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



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