AccountsReturncarrier
class AccountsReturncarrier extends Resource (View source)
The "returncarrier" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$returncarrier = $contentService->accounts_returncarrier;
Methods
create(string $accountId, AccountReturnCarrier $postBody, array $optParams = [])
Links return carrier to a merchant account. (returncarrier.create)
delete(string $accountId, string $carrierAccountId, array $optParams = [])
Delete a return carrier in the merchant account. (returncarrier.delete)
listAccountsReturncarrier(string $accountId, array $optParams = [])
Lists available return carriers in the merchant account.
patch(string $accountId, string $carrierAccountId, AccountReturnCarrier $postBody, array $optParams = [])
Updates a return carrier in the merchant account. (returncarrier.patch)
Details
AccountReturnCarrier
create(string $accountId, AccountReturnCarrier $postBody, array $optParams = [])
Links return carrier to a merchant account. (returncarrier.create)
delete(string $accountId, string $carrierAccountId, array $optParams = [])
Delete a return carrier in the merchant account. (returncarrier.delete)
ListAccountReturnCarrierResponse
listAccountsReturncarrier(string $accountId, array $optParams = [])
Lists available return carriers in the merchant account.
(returncarrier.listAccountsReturncarrier)
AccountReturnCarrier
patch(string $accountId, string $carrierAccountId, AccountReturnCarrier $postBody, array $optParams = [])
Updates a return carrier in the merchant account. (returncarrier.patch)