Class ByProjectKeyProductTailoringPostString

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyProductTailoringPostString>, ErrorableTrait<ByProjectKeyProductTailoringPostString>, ExpandableTrait<ByProjectKeyProductTailoringPostString>, ClientRequestCommand<ProductTailoring>, CreateHttpRequestCommand, HttpRequestCommand<ProductTailoring>, RequestCommand<ProductTailoring>

Generates the ProductTailoringCreated Message.



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