Skip to main content

returnaddress

Overview

Namereturnaddress
TypeResource
Idgoogledevelopers.content.returnaddress

Fields

NameDatatypeDescription
addressobject
countrystringRequired. The country of sale where the return address is applicable.
kindstringIdentifies what kind of resource this is. Value: the fixed string "content#returnAddress"
labelstringRequired. The user-defined label of the return address. For the default address, use the label "default".
phoneNumberstringRequired. The merchant's contact phone number regarding the return.
returnAddressIdstringReturn address ID generated by Google.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmerchantId, returnAddressIdGets a return address of the Merchant Center account.
listSELECTmerchantIdLists the return addresses of the Merchant Center account.
insertINSERTmerchantIdInserts a return address for the Merchant Center account.
deleteDELETEmerchantId, returnAddressIdDeletes a return address for the given Merchant Center account.
custombatchEXECBatches multiple return address related calls in a single request.