ShippingsettingsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
custombatch(ShippingsettingsCustomBatchRequest request, {String? $fields})
→ Future<ShippingsettingsCustomBatchResponse>
-
Retrieves and updates the shipping settings of multiple accounts in a
single request.
-
get(String merchantId, String accountId, {String? $fields})
→ Future<ShippingSettings>
-
Retrieves the shipping settings of the account.
-
getsupportedcarriers(String merchantId, {String? $fields})
→ Future<ShippingsettingsGetSupportedCarriersResponse>
-
Retrieves supported carriers and carrier services for an account.
-
getsupportedholidays(String merchantId, {String? $fields})
→ Future<ShippingsettingsGetSupportedHolidaysResponse>
-
Retrieves supported holidays for an account.
-
getsupportedpickupservices(String merchantId, {String? $fields})
→ Future<ShippingsettingsGetSupportedPickupServicesResponse>
-
Retrieves supported pickup services for an account.
-
list(String merchantId, {int? maxResults, String? pageToken, String? $fields})
→ Future<ShippingsettingsListResponse>
-
Lists the shipping settings of the sub-accounts in your Merchant Center
account.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(ShippingSettings request, String merchantId, String accountId, {String? $fields})
→ Future<ShippingSettings>
-
Updates the shipping settings of the account.