Class ByProjectKeyProductTypesKeyByKeyPostString

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



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