Liking cljdoc? Tell your friends :D

happygapi.content.returnpolicyonline

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

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

create$clj

(create$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnpolicyonline/create

Required parameters: merchantId

Optional parameters: none

Body:

{:name string, :returnPolicyUri string, :itemConditions [string], :countries [string], :policy {:type string, :days string}, :returnPolicyId string, :returnReasonCategoryInfo [{:returnShippingFee ReturnPolicyOnlineReturnShippingFee, :returnReasonCategory string, :returnLabelSource string}], :returnMethods [string], :label string, :restockingFee {:fixedFee PriceAmount, :microPercent integer}}

Creates a new return policy.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnpolicyonline/create

Required parameters: merchantId

Optional parameters: none

Body: 

{:name string,
 :returnPolicyUri string,
 :itemConditions [string],
 :countries [string],
 :policy {:type string, :days string},
 :returnPolicyId string,
 :returnReasonCategoryInfo [{:returnShippingFee ReturnPolicyOnlineReturnShippingFee,
                             :returnReasonCategory string,
                             :returnLabelSource string}],
 :returnMethods [string],
 :label string,
 :restockingFee {:fixedFee PriceAmount, :microPercent integer}}

Creates a new return policy.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: returnPolicyId, merchantId

Optional parameters: none

Deletes an existing return policy.

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

Required parameters: returnPolicyId, merchantId

Optional parameters: none

Deletes an existing return policy.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: merchantId, returnPolicyId

Optional parameters: none

Gets an existing return policy.

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

Required parameters: merchantId, returnPolicyId

Optional parameters: none

Gets an existing return policy.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: merchantId

Optional parameters: none

Lists all existing return policies.

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

Required parameters: merchantId

Optional parameters: none

Lists all existing return policies.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnpolicyonline/patch

Required parameters: merchantId, returnPolicyId

Optional parameters: none

Body:

{:name string, :returnPolicyUri string, :itemConditions [string], :countries [string], :policy {:type string, :days string}, :returnPolicyId string, :returnReasonCategoryInfo [{:returnShippingFee ReturnPolicyOnlineReturnShippingFee, :returnReasonCategory string, :returnLabelSource string}], :returnMethods [string], :label string, :restockingFee {:fixedFee PriceAmount, :microPercent integer}}

Updates an existing return policy.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/returnpolicyonline/patch

Required parameters: merchantId, returnPolicyId

Optional parameters: none

Body: 

{:name string,
 :returnPolicyUri string,
 :itemConditions [string],
 :countries [string],
 :policy {:type string, :days string},
 :returnPolicyId string,
 :returnReasonCategoryInfo [{:returnShippingFee ReturnPolicyOnlineReturnShippingFee,
                             :returnReasonCategory string,
                             :returnLabelSource string}],
 :returnMethods [string],
 :label string,
 :restockingFee {:fixedFee PriceAmount, :microPercent integer}}

Updates an existing return policy.
sourceraw docstring

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

× close