returnaddress
Overview
Name | returnaddress |
Type | Resource |
Id | googledevelopers.content.returnaddress |
Fields
Name | Datatype | Description |
---|---|---|
address | object | |
country | string | Required. The country of sale where the return address is applicable. |
kind | string | Identifies what kind of resource this is. Value: the fixed string "content#returnAddress " |
label | string | Required. The user-defined label of the return address. For the default address, use the label "default". |
phoneNumber | string | Required. The merchant's contact phone number regarding the return. |
returnAddressId | string | Return address ID generated by Google. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | merchantId, returnAddressId | Gets a return address of the Merchant Center account. |
list | SELECT | merchantId | Lists the return addresses of the Merchant Center account. |
insert | INSERT | merchantId | Inserts a return address for the Merchant Center account. |
delete | DELETE | merchantId, returnAddressId | Deletes a return address for the given Merchant Center account. |
custombatch | EXEC | Batches multiple return address related calls in a single request. |