Class ByProjectKeyProductTypesByIDGet

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



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