AccountsOmnichannelSettingsResource class
Methods
-
create(OmnichannelSetting request, String parent, {String? $fields})
→ Future<OmnichannelSetting>
-
Create the omnichannel settings for a given merchant.
-
get(String name, {String? $fields})
→ Future<OmnichannelSetting>
-
Get the omnichannel settings for a given merchant.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListOmnichannelSettingsResponse>
-
List all the omnichannel settings for a given merchant.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(OmnichannelSetting request, String name, {String? updateMask, String? $fields})
→ Future<OmnichannelSetting>
-
Update the omnichannel setting for a given merchant in a given country.
-
requestInventoryVerification(RequestInventoryVerificationRequest request, String name, {String? $fields})
→ Future<RequestInventoryVerificationResponse>
-
Requests inventory verification for a given merchant in a given country.
-
toString()
→ String
-
A string representation of this object.
inherited