Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.content.localinventory

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

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

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

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

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:batchId integer,
            :localInventory LocalInventory,
            :merchantId string,
            :method string,
            :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-contentapi/reference/rest/v2.1/localinventory/insert

Required parameters: merchantId, productId

Optional parameters: none

Body:

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

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

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

Required parameters: merchantId, productId

Optional parameters: none

Body: 

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

Update 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