Interface ShippingSettingsServiceGrpc.AsyncService (0.1.0)

public static interface ShippingSettingsServiceGrpc.AsyncService

Service to get method call shipping setting information per Merchant API method.

Methods

getShippingSettings(GetShippingSettingsRequest request, StreamObserver<ShippingSettings> responseObserver)

public default void getShippingSettings(GetShippingSettingsRequest request, StreamObserver<ShippingSettings> responseObserver)

Retrieve shipping setting information.

Parameters
Name Description
request GetShippingSettingsRequest
responseObserver io.grpc.stub.StreamObserver<ShippingSettings>

insertShippingSettings(InsertShippingSettingsRequest request, StreamObserver<ShippingSettings> responseObserver)

public default void insertShippingSettings(InsertShippingSettingsRequest request, StreamObserver<ShippingSettings> responseObserver)

Replace the shipping setting of a merchant with the request shipping setting. Executing this method requires admin access.

Parameters
Name Description
request InsertShippingSettingsRequest
responseObserver io.grpc.stub.StreamObserver<ShippingSettings>