Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.content.pubsubnotificationsettings

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

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

get$clj

(get$ auth parameters)

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

Required parameters: merchantId

Optional parameters: none

Retrieves a Merchant Center account's pubsub notification settings.

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

Required parameters: merchantId

Optional parameters: none

Retrieves a Merchant Center account's pubsub notification settings.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/pubsubnotificationsettings/update

Required parameters: merchantId

Optional parameters: none

Body:

{:kind string, :registeredEvents [string], :cloudTopicName string}

Register a Merchant Center account for pubsub notifications. Note that cloud topic name should not be provided as part of the request.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/pubsubnotificationsettings/update

Required parameters: merchantId

Optional parameters: none

Body: 

{:kind string, :registeredEvents [string], :cloudTopicName string}

Register a Merchant Center account for pubsub notifications. Note that cloud topic name should not be provided as part of the request.
sourceraw docstring

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

× close