Returnaddress
class Returnaddress extends Resource (View source)
The "returnaddress" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$returnaddress = $contentService->returnaddress;
Methods
Batches multiple return address related calls in a single request.
Deletes a return address for the given Merchant Center account.
Gets a return address of the Merchant Center account. (returnaddress.get)
Inserts a return address for the Merchant Center account.
Lists the return addresses of the Merchant Center account.
Details
ReturnaddressCustomBatchResponse
custombatch(ReturnaddressCustomBatchRequest $postBody, array $optParams = [])
Batches multiple return address related calls in a single request.
(returnaddress.custombatch)
delete(string $merchantId, string $returnAddressId, array $optParams = [])
Deletes a return address for the given Merchant Center account.
(returnaddress.delete)
ReturnAddress
get(string $merchantId, string $returnAddressId, array $optParams = [])
Gets a return address of the Merchant Center account. (returnaddress.get)
ReturnAddress
insert(string $merchantId, ReturnAddress $postBody, array $optParams = [])
Inserts a return address for the Merchant Center account.
(returnaddress.insert)
ReturnaddressListResponse
listReturnaddress(string $merchantId, array $optParams = [])
Lists the return addresses of the Merchant Center account.
(returnaddress.listReturnaddress)