Skip to main content

returnpolicy

Overview

Namereturnpolicy
TypeResource
Idgoogledevelopers.content.returnpolicy

Fields

NameDatatypeDescription
namestringRequired. The name of the policy as shown in Merchant Center.
policyobject
nonFreeReturnReasonsarrayReturn reasons that will incur return fees.
labelstringRequired. The user-defined label of the return policy. For the default policy, use the label "default".
returnPolicyIdstringReturn policy ID generated by Google.
returnShippingFeeobject
kindstringIdentifies what kind of resource this is. Value: the fixed string "content#returnPolicy"
countrystringRequired. The country of sale where the return policy is applicable.
seasonalOverridesarrayAn optional list of seasonal overrides.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmerchantId, returnPolicyIdGets a return policy of the Merchant Center account.
listSELECTmerchantIdLists the return policies of the Merchant Center account.
insertINSERTmerchantIdInserts a return policy for the Merchant Center account.
deleteDELETEmerchantId, returnPolicyIdDeletes a return policy for the given Merchant Center account.
custombatchEXECBatches multiple return policy related calls in a single request.