Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.content.pubsubnotificationsettings

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

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

get$clj

(get$ auth parameters)

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

Required parameters: merchantId

Optional parameters: none

Body:

{:cloudTopicName string, :kind string, :registeredEvents [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-contentapi/reference/rest/v2.1/pubsubnotificationsettings/update

Required parameters: merchantId

Optional parameters: none

Body: 

{:cloudTopicName string, :kind string, :registeredEvents [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