Class ByProjectKeyProductTypesByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyProductTypesByIDPost>, Deprecatable200Trait<ByProjectKeyProductTypesByIDPost>, ErrorableTrait<ByProjectKeyProductTypesByIDPost>, ExpandableTrait<ByProjectKeyProductTypesByIDPost>, ClientRequestCommand<ProductType>, CreateHttpRequestCommand, HttpRequestCommand<ProductType>, RequestCommand<ProductType>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_type.ProductType>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productTypes()
            .withId("{ID}")
            .post(null)
            .execute()