shippingsettings
Overview
Name | shippingsettings |
Type | Resource |
Id | googledevelopers.content.shippingsettings |
Fields
Name | Datatype | Description |
---|---|---|
accountId | string | The ID of the account to which these account shipping settings belong. Ignored upon update, always present in get request responses. |
postalCodeGroups | array | A list of postal code groups that can be referred to in services . Optional. |
services | array | The target account's list of services. Optional. |
warehouses | array | Optional. A list of warehouses which can be referred to in services . |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | accountId, merchantId | Retrieves the shipping settings of the account. |
list | SELECT | merchantId | Lists the shipping settings of the sub-accounts in your Merchant Center account. |
custombatch | EXEC | Retrieves and updates the shipping settings of multiple accounts in a single request. | |
update | EXEC | accountId, merchantId | Updates the shipping settings of the account. Any fields that are not provided are deleted from the resource. |