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 [{:method string, :returnAddress ReturnAddress, :batchId integer, :returnAddressId string, :merchantId 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 [{:method string,
            :returnAddress ReturnAddress,
            :batchId integer,
            :returnAddressId string,
            :merchantId string}]}

Batches multiple return address related calls in a single request.
raw 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.
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: merchantId, returnAddressId

Optional parameters: none

Gets a return address of the Merchant Center account.
raw 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:

{:country string, :returnAddressId string, :phoneNumber string, :label string, :address {:region string, :country string, :streetAddress [string], :recipientName string, :locality string, :postalCode string}, :kind 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: 

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

Inserts a return address for the Merchant Center account.
raw 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: pageToken, country, maxResults

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: pageToken, country, maxResults

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

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

× close