Liking cljdoc? Tell your friends :D

happygapi.content.returnpolicy

Content API for Shopping: returnpolicy. Manages product items, inventory, and Merchant Center accounts for Google Shopping. See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnpolicy

Content API for Shopping: returnpolicy.
Manages product items, inventory, and Merchant Center accounts for Google Shopping.
See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/returnpolicy
raw docstring

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

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

Batches multiple return policy related calls in a single request.

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

Required parameters: none

Optional parameters: none

Body: 

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: merchantId, returnPolicyId

Optional parameters: none

Gets a return policy of the Merchant Center account.

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

Required parameters: merchantId, returnPolicyId

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-contentapi/reference/rest/v2.1/returnpolicy/insert

Required parameters: merchantId

Optional parameters: none

Body:

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

Inserts a return policy for the Merchant Center account.

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

Required parameters: merchantId

Optional parameters: none

Body: 

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

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

list$clj

(list$ auth parameters)

https://developers.google.com/shopping-contentapi/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-contentapi/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