Liking cljdoc? Tell your friends :D

happygapi.content.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

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
raw docstring

custombatch$clj

(custombatch$ auth parameters 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.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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.
sourceraw docstring

get$clj

(get$ auth parameters)

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.
sourceraw docstring

insert$clj

(insert$ auth parameters 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.
sourceraw docstring

list$clj

(list$ auth parameters)

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close