Class ByProjectKeyShippingMethodsKeyByKeyPost

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



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