Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.content.orderreturns

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

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

get$clj

(get$ auth parameters)

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

Required parameters: merchantId, returnId

Optional parameters: none

Retrieves an order return from your Merchant Center account.

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

Required parameters: merchantId, returnId

Optional parameters: none

Retrieves an order return from your Merchant Center account.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/orderreturns/list

Required parameters: merchantId

Optional parameters: createdEndDate, createdStartDate, maxResults, orderBy, pageToken

Lists order returns in your Merchant Center account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/orderreturns/list

Required parameters: merchantId

Optional parameters: createdEndDate, createdStartDate, maxResults, orderBy, pageToken

Lists order returns in your Merchant Center account.
sourceraw docstring

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

× close