Content API for Shopping: returnaddress. Manages product items, inventory, and Merchant Center accounts for Google Shopping. See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress
Content API for Shopping: returnaddress. Manages product items, inventory, and Merchant Center accounts for Google Shopping. See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress
(custombatch$ auth args body)https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress/custombatch
Required parameters: none
Optional parameters: none
Body:
{:entries [{:batchId integer, :merchantId string, :method string, :returnAddress ReturnAddress, :returnAddressId string}]}
Batches multiple return address related calls in a single request.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress/custombatch
Required parameters: none
Optional parameters: none
Body:
{:entries [{:batchId integer,
:merchantId string,
:method string,
:returnAddress ReturnAddress,
:returnAddressId string}]}
Batches multiple return address related calls in a single request.(delete$ auth args)https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress/delete
Required parameters: merchantId, returnAddressId
Optional parameters: none Deletes a return address for the given Merchant Center account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress/delete Required parameters: merchantId, returnAddressId Optional parameters: none Deletes a return address for the given Merchant Center account.
(get$ auth args)https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress/get
Required parameters: merchantId, returnAddressId
Optional parameters: none Gets a return address of the Merchant Center account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress/get Required parameters: merchantId, returnAddressId Optional parameters: none Gets a return address of the Merchant Center account.
(insert$ auth args body)https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress/insert
Required parameters: merchantId
Optional parameters: none
Body:
{:address {:country string, :locality string, :postalCode string, :recipientName string, :region string, :streetAddress [string]}, :country string, :kind string, :label string, :phoneNumber string, :returnAddressId string}
Inserts a return address for the Merchant Center account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress/insert
Required parameters: merchantId
Optional parameters: none
Body:
{:address {:country string,
:locality string,
:postalCode string,
:recipientName string,
:region string,
:streetAddress [string]},
:country string,
:kind string,
:label string,
:phoneNumber string,
:returnAddressId string}
Inserts a return address for the Merchant Center account.(list$ auth args)https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress/list
Required parameters: merchantId
Optional parameters: country, maxResults, pageToken Lists the return addresses of the Merchant Center account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnaddress/list Required parameters: merchantId Optional parameters: country, maxResults, pageToken Lists the return addresses of the Merchant Center account.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |