Class ByProjectKeyShippingMethodsKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyShippingMethodsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyShippingMethodsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyShippingMethodsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyShippingMethodsKeyByKeyPostString>, ClientRequestCommand<ShippingMethod>, CreateHttpRequestCommand, HttpRequestCommand<ShippingMethod>, RequestCommand<ShippingMethod>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.shipping_method.ShippingMethod>> result = apiRoot
            .withProjectKey("{projectKey}")
            .shippingMethods()
            .withKey("{key}")
            .post("")
            .execute()