Class ByProjectKeyProductTypesByIDPostString

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



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