Liking cljdoc? Tell your friends :D

happygapi.content.buyongoogleprograms

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

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

activate$clj

(activate$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/buyongoogleprograms/activate

Required parameters: merchantId, regionCode

Optional parameters: none

Body:

{}

Reactivates the BoG program in your Merchant Center account. Moves the program to the active state when allowed, e.g. when paused. Important: This method is only whitelisted for selected merchants.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/buyongoogleprograms/activate

Required parameters: merchantId, regionCode

Optional parameters: none

Body: 

{}

Reactivates the BoG program in your Merchant Center account. Moves the program to the active state when allowed, e.g. when paused. Important: This method is only whitelisted for selected merchants.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: merchantId, regionCode

Optional parameters: none

Retrieves a status of the BoG program for your Merchant Center account.

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

Required parameters: merchantId, regionCode

Optional parameters: none

Retrieves a status of the BoG program for your Merchant Center account.
sourceraw docstring

onboard$clj

(onboard$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/buyongoogleprograms/onboard

Required parameters: regionCode, merchantId

Optional parameters: none

Body:

{:customerServiceEmail string}

Onboards the BoG program in your Merchant Center account. By using this method, you agree to the Terms of Service. Calling this method is only possible if the authenticated account is the same as the merchant id in the request. Calling this method multiple times will only accept Terms of Service if the latest version is not currently signed.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/buyongoogleprograms/onboard

Required parameters: regionCode, merchantId

Optional parameters: none

Body: 

{:customerServiceEmail string}

Onboards the BoG program in your Merchant Center account. By using this method, you agree to the [Terms of Service](https://merchants.google.com/mc/termsofservice/transactions/US/latest). Calling this method is only possible if the authenticated account is the same as the merchant id in the request. Calling this method multiple times will only accept Terms of Service if the latest version is not currently signed.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: regionCode, merchantId

Optional parameters: updateMask

Body:

{:customerServicePendingPhoneRegionCode string, :participationStage string, :customerServiceVerifiedEmail string, :customerServiceVerifiedPhoneNumber string, :customerServiceVerifiedPhoneRegionCode string, :onlineSalesChannel string, :customerServicePendingPhoneNumber string, :customerServicePendingEmail string, :businessModel [string]}

Updates the status of the BoG program for your Merchant Center account.

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

Required parameters: regionCode, merchantId

Optional parameters: updateMask

Body: 

{:customerServicePendingPhoneRegionCode string,
 :participationStage string,
 :customerServiceVerifiedEmail string,
 :customerServiceVerifiedPhoneNumber string,
 :customerServiceVerifiedPhoneRegionCode string,
 :onlineSalesChannel string,
 :customerServicePendingPhoneNumber string,
 :customerServicePendingEmail string,
 :businessModel [string]}

Updates the status of the BoG program for your Merchant Center account.
sourceraw docstring

pause$clj

(pause$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/buyongoogleprograms/pause

Required parameters: regionCode, merchantId

Optional parameters: none

Body:

{}

Pauses the BoG program in your Merchant Center account. Important: This method is only whitelisted for selected merchants.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/buyongoogleprograms/pause

Required parameters: regionCode, merchantId

Optional parameters: none

Body: 

{}

Pauses the BoG program in your Merchant Center account. Important: This method is only whitelisted for selected merchants.
sourceraw docstring

requestreview$clj

(requestreview$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/buyongoogleprograms/requestreview

Required parameters: merchantId, regionCode

Optional parameters: none

Body:

{}

Requests review and then activates the BoG program in your Merchant Center account for the first time. Moves the program to the REVIEW_PENDING state. Important: This method is only whitelisted for selected merchants.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/buyongoogleprograms/requestreview

Required parameters: merchantId, regionCode

Optional parameters: none

Body: 

{}

Requests review and then activates the BoG program in your Merchant Center account for the first time. Moves the program to the REVIEW_PENDING state. Important: This method is only whitelisted for selected merchants.
sourceraw docstring

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

× close