Liking cljdoc? Tell your friends :D

happygapi.content.returnaddress

Content API for Shopping: returnaddress. Manage your product listings and accounts for Google Shopping See: https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnaddress

Content API for Shopping: returnaddress.
Manage your product listings and accounts for Google Shopping
See: https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnaddress
raw docstring

custombatch$clj

(custombatch$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnaddress/custombatch

Required parameters: none

Optional parameters: none

Body:

{:entries [{:merchantId string, :method string, :returnAddress ReturnAddress, :batchId integer, :returnAddressId string}]}

Batches multiple return address related calls in a single request.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnaddress/custombatch

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:merchantId string,
            :method string,
            :returnAddress ReturnAddress,
            :batchId integer,
            :returnAddressId string}]}

Batches multiple return address related calls in a single request.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/shopping-content/v2/api/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-content/v2/api/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-content/v2/api/reference/rest/v2.1/returnaddress/get

Required parameters: returnAddressId, merchantId

Optional parameters: none

Gets a return address of the Merchant Center account.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnaddress/get

Required parameters: returnAddressId, merchantId

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-content/v2/api/reference/rest/v2.1/returnaddress/insert

Required parameters: merchantId

Optional parameters: none

Body:

{:kind string, :returnAddressId string, :address {:country string, :region string, :streetAddress [string], :recipientName string, :postalCode string, :locality string}, :country string, :phoneNumber string, :label string}

Inserts a return address for the Merchant Center account.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnaddress/insert

Required parameters: merchantId

Optional parameters: none

Body: 

{:kind string,
 :returnAddressId string,
 :address {:country string,
           :region string,
           :streetAddress [string],
           :recipientName string,
           :postalCode string,
           :locality string},
 :country string,
 :phoneNumber string,
 :label string}

Inserts a return address for the Merchant Center account.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnaddress/list

Required parameters: merchantId

Optional parameters: maxResults, country, pageToken

Lists the return addresses of the Merchant Center account.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnaddress/list

Required parameters: merchantId

Optional parameters: maxResults, country, pageToken

Lists the return addresses of the Merchant Center account.
sourceraw docstring

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

× close