Liking cljdoc? Tell your friends :D

happygapi.content.regions

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

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

create$clj

(create$ auth parameters body)

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

Required parameters: merchantId

Optional parameters: regionId

Body:

{:regionId string, :displayName string, :regionalInventoryEligible boolean, :merchantId string, :shippingEligible boolean, :postalCodeArea {:regionCode string, :postalCodes [RegionPostalCodeAreaPostalCodeRange]}, :geotargetArea {:geotargetCriteriaIds [string]}}

Creates a region definition in your Merchant Center account.

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

Required parameters: merchantId

Optional parameters: regionId

Body: 

{:regionId string,
 :displayName string,
 :regionalInventoryEligible boolean,
 :merchantId string,
 :shippingEligible boolean,
 :postalCodeArea {:regionCode string,
                  :postalCodes [RegionPostalCodeAreaPostalCodeRange]},
 :geotargetArea {:geotargetCriteriaIds [string]}}

Creates a region definition in your Merchant Center account.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: regionId, merchantId

Optional parameters: none

Deletes a region definition from your Merchant Center account.

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

Required parameters: regionId, merchantId

Optional parameters: none

Deletes a region definition from your Merchant Center account.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: merchantId, regionId

Optional parameters: none

Retrieves a region defined in your Merchant Center account.

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

Required parameters: merchantId, regionId

Optional parameters: none

Retrieves a region defined in your Merchant Center account.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: merchantId

Optional parameters: pageSize, pageToken

Lists the regions in your Merchant Center account.

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

Required parameters: merchantId

Optional parameters: pageSize, pageToken

Lists the regions in your Merchant Center account.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: merchantId, regionId

Optional parameters: updateMask

Body:

{:regionId string, :displayName string, :regionalInventoryEligible boolean, :merchantId string, :shippingEligible boolean, :postalCodeArea {:regionCode string, :postalCodes [RegionPostalCodeAreaPostalCodeRange]}, :geotargetArea {:geotargetCriteriaIds [string]}}

Updates a region definition in your Merchant Center account.

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

Required parameters: merchantId, regionId

Optional parameters: updateMask

Body: 

{:regionId string,
 :displayName string,
 :regionalInventoryEligible boolean,
 :merchantId string,
 :shippingEligible boolean,
 :postalCodeArea {:regionCode string,
                  :postalCodes [RegionPostalCodeAreaPostalCodeRange]},
 :geotargetArea {:geotargetCriteriaIds [string]}}

Updates a region definition in your Merchant Center account.
sourceraw docstring

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

× close