returnpolicy
Overview
Name | returnpolicy |
Type | Resource |
Id | googledevelopers.content.returnpolicy |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Required. The name of the policy as shown in Merchant Center. |
policy | object | |
nonFreeReturnReasons | array | Return reasons that will incur return fees. |
label | string | Required. The user-defined label of the return policy. For the default policy, use the label "default". |
returnPolicyId | string | Return policy ID generated by Google. |
returnShippingFee | object | |
kind | string | Identifies what kind of resource this is. Value: the fixed string "content#returnPolicy " |
country | string | Required. The country of sale where the return policy is applicable. |
seasonalOverrides | array | An optional list of seasonal overrides. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | merchantId, returnPolicyId | Gets a return policy of the Merchant Center account. |
list | SELECT | merchantId | Lists the return policies of the Merchant Center account. |
insert | INSERT | merchantId | Inserts a return policy for the Merchant Center account. |
delete | DELETE | merchantId, returnPolicyId | Deletes a return policy for the given Merchant Center account. |
custombatch | EXEC | Batches multiple return policy related calls in a single request. |