Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.content.localinventory

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

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

custombatch$clj

(custombatch$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/localinventory/custombatch

Required parameters: none

Optional parameters: none

Body:

{:entries [{:merchantId string, :batchId integer, :method string, :localInventory LocalInventory, :productId string}]}

Updates local inventory for multiple products or stores in a single request.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/localinventory/custombatch

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:merchantId string,
            :batchId integer,
            :method string,
            :localInventory LocalInventory,
            :productId string}]}

Updates local inventory for multiple products or stores in a single request.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/localinventory/insert

Required parameters: merchantId, productId

Optional parameters: none

Body:

{:availability string, :pickupSla string, :salePrice {:value string, :currency string}, :instoreProductLocation string, :pickupMethod string, :kind string, :storeCode string, :quantity integer, :price {:value string, :currency string}, :salePriceEffectiveDate string}

Updates the local inventory of a product in your Merchant Center account.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/localinventory/insert

Required parameters: merchantId, productId

Optional parameters: none

Body: 

{:availability string,
 :pickupSla string,
 :salePrice {:value string, :currency string},
 :instoreProductLocation string,
 :pickupMethod string,
 :kind string,
 :storeCode string,
 :quantity integer,
 :price {:value string, :currency string},
 :salePriceEffectiveDate string}

Updates the local inventory of a product in your Merchant Center account.
sourceraw docstring

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

× close