Liking cljdoc? Tell your friends :D

happygapi.content.collections

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

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

create$clj

(create$ auth parameters body)

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

Required parameters: merchantId

Optional parameters: none

Body:

{:customLabel0 string, :headline [string], :customLabel3 string, :mobileLink string, :featuredProduct [{:offerId string, :x number, :y number}], :customLabel2 string, :language string, :link string, :id string, :customLabel4 string, :customLabel1 string, :productCountry string, :imageLink [string]}

Uploads a collection to your Merchant Center account. If a collection with the same collectionId already exists, this method updates that entry. In each update, the collection is completely replaced by the fields in the body of the update request.

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

Required parameters: merchantId

Optional parameters: none

Body: 

{:customLabel0 string,
 :headline [string],
 :customLabel3 string,
 :mobileLink string,
 :featuredProduct [{:offerId string, :x number, :y number}],
 :customLabel2 string,
 :language string,
 :link string,
 :id string,
 :customLabel4 string,
 :customLabel1 string,
 :productCountry string,
 :imageLink [string]}

Uploads a collection to your Merchant Center account. If a collection with the same collectionId already exists, this method updates that entry. In each update, the collection is completely replaced by the fields in the body of the update request.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: collectionId, merchantId

Optional parameters: none

Deletes a collection from your Merchant Center account.

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

Required parameters: collectionId, merchantId

Optional parameters: none

Deletes a collection from your Merchant Center account.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: collectionId, merchantId

Optional parameters: none

Retrieves a collection from your Merchant Center account.

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

Required parameters: collectionId, merchantId

Optional parameters: none

Retrieves a collection from your Merchant Center account.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: merchantId

Optional parameters: pageSize, pageToken

Lists the collections in your Merchant Center account. The response might contain fewer items than specified by page_size. Rely on next_page_token to determine if there are more items to be requested.

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

Required parameters: merchantId

Optional parameters: pageSize, pageToken

Lists the collections in your Merchant Center account. The response might contain fewer items than specified by page_size. Rely on next_page_token to determine if there are more items to be requested.
sourceraw docstring

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

× close