Class ByProjectKeyProductTypesKeyByKeyPost

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



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