Class ByProjectKeyProductTypesPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyProductTypesPost>, ErrorableTrait<ByProjectKeyProductTypesPost>, ExpandableTrait<ByProjectKeyProductTypesPost>, ClientRequestCommand<ProductType>, CreateHttpRequestCommand, HttpRequestCommand<ProductType>, RequestCommand<ProductType>



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