Liking cljdoc? Tell your friends :D

happygapi.content.returnpolicy

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:entries [{:batchId integer, :returnPolicyId string, :returnPolicy ReturnPolicy, :method string, :merchantId string}]}

Batches multiple return policy related calls in a single request.

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

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:batchId integer,
            :returnPolicyId string,
            :returnPolicy ReturnPolicy,
            :method string,
            :merchantId string}]}

Batches multiple return policy 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/returnpolicy/delete

Required parameters: merchantId, returnPolicyId

Optional parameters: none

Deletes a return policy for the given Merchant Center account.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnpolicy/delete

Required parameters: merchantId, returnPolicyId

Optional parameters: none

Deletes a return policy 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/returnpolicy/get

Required parameters: returnPolicyId, merchantId

Optional parameters: none

Gets a return policy of the Merchant Center account.

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

Required parameters: returnPolicyId, merchantId

Optional parameters: none

Gets a return policy 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/returnpolicy/insert

Required parameters: merchantId

Optional parameters: none

Body:

{:nonFreeReturnReasons [string], :name string, :seasonalOverrides [{:policy ReturnPolicyPolicy, :startDate string, :endDate string, :name string}], :policy {:lastReturnDate string, :numberOfDays string, :type string}, :returnPolicyId string, :returnShippingFee {:value string, :currency string}, :label string, :kind string, :country string}

Inserts a return policy for the Merchant Center account.

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

Required parameters: merchantId

Optional parameters: none

Body: 

{:nonFreeReturnReasons [string],
 :name string,
 :seasonalOverrides [{:policy ReturnPolicyPolicy,
                      :startDate string,
                      :endDate string,
                      :name string}],
 :policy {:lastReturnDate string, :numberOfDays string, :type string},
 :returnPolicyId string,
 :returnShippingFee {:value string, :currency string},
 :label string,
 :kind string,
 :country string}

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

list$clj

(list$ auth parameters)

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

Required parameters: merchantId

Optional parameters: none

Lists the return policies of the Merchant Center account.

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

Required parameters: merchantId

Optional parameters: none

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

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

× close