Returnpolicy
class Returnpolicy extends Resource (View source)
The "returnpolicy" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$returnpolicy = $contentService->returnpolicy;
Methods
Batches multiple return policy related calls in a single request.
Deletes a return policy for the given Merchant Center account.
Gets a return policy of the Merchant Center account. (returnpolicy.get)
Inserts a return policy for the Merchant Center account.
Lists the return policies of the Merchant Center account.
Details
ReturnpolicyCustomBatchResponse
custombatch(ReturnpolicyCustomBatchRequest $postBody, array $optParams = [])
Batches multiple return policy related calls in a single request.
(returnpolicy.custombatch)
delete(string $merchantId, string $returnPolicyId, array $optParams = [])
Deletes a return policy for the given Merchant Center account.
(returnpolicy.delete)
ReturnPolicy
get(string $merchantId, string $returnPolicyId, array $optParams = [])
Gets a return policy of the Merchant Center account. (returnpolicy.get)
ReturnPolicy
insert(string $merchantId, ReturnPolicy $postBody, array $optParams = [])
Inserts a return policy for the Merchant Center account.
(returnpolicy.insert)
ReturnpolicyListResponse
listReturnpolicy(string $merchantId, array $optParams = [])
Lists the return policies of the Merchant Center account.
(returnpolicy.listReturnpolicy)