Class ShippingSettingsService.ShippingSettingsServiceBase
Base class for server-side implementations of ShippingSettingsService
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
[BindServiceMethod(typeof(ShippingSettingsService), "BindService")]
public abstract class ShippingSettingsService.ShippingSettingsServiceBase
Methods
GetShippingSettings(GetShippingSettingsRequest, ServerCallContext)
Retrieve shipping setting information.
Declaration
public virtual Task<ShippingSettings> GetShippingSettings(GetShippingSettingsRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
GetShippingSettingsRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<ShippingSettings> | The response to send back to the client (wrapped by a task). |
InsertShippingSettings(InsertShippingSettingsRequest, ServerCallContext)
Replace the shipping setting of a merchant with the request shipping setting. Executing this method requires admin access.
Declaration
public virtual Task<ShippingSettings> InsertShippingSettings(InsertShippingSettingsRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
InsertShippingSettingsRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<ShippingSettings> | The response to send back to the client (wrapped by a task). |