The "accountshipping" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| custombatch (Google_Service_ShoppingContent_AccountshippingCustomBatchRequest $postBody, $optParams=array()) |
| Retrieves and updates the shipping settings of multiple accounts in a single request.
|
|
| get ($merchantId, $accountId, $optParams=array()) |
| Retrieves the shipping settings of the account.
|
|
| listAccountshipping ($merchantId, $optParams=array()) |
| Lists the shipping settings of the sub-accounts in your Merchant Center account.
|
|
| patch ($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $postBody, $optParams=array()) |
| Updates the shipping settings of the account.
|
|
| update ($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $postBody, $optParams=array()) |
| Updates the shipping settings of the account.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "accountshipping" collection of methods.
Typical usage is: $contentService = new Google_Service_ShoppingContent(...); $accountshipping = $contentService->accountshipping;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ custombatch()
Retrieves and updates the shipping settings of multiple accounts in a single request.
(accountshipping.custombatch)
- Parameters
-
Google_AccountshippingCustomBatchRequest | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool dryRun Flag to run the request in dry-run mode.
- Return values
-
◆ get()
Google_Service_ShoppingContent_Accountshipping_Resource::get |
( |
| $merchantId, |
|
|
| $accountId, |
|
|
| $optParams = array() ) |
Retrieves the shipping settings of the account.
(accountshipping.get)
- Parameters
-
string | $merchantId | The ID of the managing account. |
string | $accountId | The ID of the account for which to get/update account shipping settings. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listAccountshipping()
Google_Service_ShoppingContent_Accountshipping_Resource::listAccountshipping |
( |
| $merchantId, |
|
|
| $optParams = array() ) |
Lists the shipping settings of the sub-accounts in your Merchant Center account.
(accountshipping.listAccountshipping)
- Parameters
-
string | $merchantId | The ID of the managing account. |
array | $optParams | Optional parameters. |
@opt_param string pageToken The token returned by the previous request. @opt_param string maxResults The maximum number of shipping settings to return in the response, used for paging.
- Return values
-
◆ patch()
Updates the shipping settings of the account.
This method supports patch semantics. (accountshipping.patch)
- Parameters
-
string | $merchantId | The ID of the managing account. |
string | $accountId | The ID of the account for which to get/update account shipping settings. |
Google_AccountShipping | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool dryRun Flag to run the request in dry-run mode.
- Return values
-
◆ update()
Updates the shipping settings of the account.
(accountshipping.update)
- Parameters
-
string | $merchantId | The ID of the managing account. |
string | $accountId | The ID of the account for which to get/update account shipping settings. |
Google_AccountShipping | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool dryRun Flag to run the request in dry-run mode.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/ShoppingContent.php