Liking cljdoc? Tell your friends :D

happygapi.content.pos

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:entries [{:method string, :targetMerchantId string, :storeCode string, :merchantId string, :batchId integer, :store PosStore, :inventory PosInventory, :sale PosSale}]}

Batches multiple POS-related calls in a single request.

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

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:method string,
            :targetMerchantId string,
            :storeCode string,
            :merchantId string,
            :batchId integer,
            :store PosStore,
            :inventory PosInventory,
            :sale PosSale}]}

Batches multiple POS-related calls in a single request.
raw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: storeCode, targetMerchantId, merchantId

Optional parameters: none

Deletes a store for the given merchant.

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

Required parameters: storeCode, targetMerchantId, merchantId

Optional parameters: none

Deletes a store for the given merchant.
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: targetMerchantId, merchantId, storeCode

Optional parameters: none

Retrieves information about the given store.

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

Required parameters: targetMerchantId, merchantId, storeCode

Optional parameters: none

Retrieves information about the given store.
raw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: targetMerchantId, merchantId

Optional parameters: none

Body:

{:kind string, :storeCode string, :storeAddress string}

Creates a store for the given merchant.

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

Required parameters: targetMerchantId, merchantId

Optional parameters: none

Body: 

{:kind string, :storeCode string, :storeAddress string}

Creates a store for the given merchant.
raw docstring

inventory$clj

(inventory$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/pos/inventory

Required parameters: merchantId, targetMerchantId

Optional parameters: none

Body:

{:timestamp string, :targetCountry string, :quantity string, :gtin string, :contentLanguage string, :storeCode string, :itemId string, :price {:value string, :currency string}}

Submit inventory for the given merchant.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/pos/inventory

Required parameters: merchantId, targetMerchantId

Optional parameters: none

Body: 

{:timestamp string,
 :targetCountry string,
 :quantity string,
 :gtin string,
 :contentLanguage string,
 :storeCode string,
 :itemId string,
 :price {:value string, :currency string}}

Submit inventory for the given merchant.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: targetMerchantId, merchantId

Optional parameters: none

Lists the stores of the target merchant.

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

Required parameters: targetMerchantId, merchantId

Optional parameters: none

Lists the stores of the target merchant.
raw docstring

sale$clj

(sale$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/pos/sale

Required parameters: targetMerchantId, merchantId

Optional parameters: none

Body:

{:saleId string, :contentLanguage string, :storeCode string, :gtin string, :quantity string, :targetCountry string, :timestamp string, :price {:value string, :currency string}, :itemId string}

Submit a sale event for the given merchant.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/pos/sale

Required parameters: targetMerchantId, merchantId

Optional parameters: none

Body: 

{:saleId string,
 :contentLanguage string,
 :storeCode string,
 :gtin string,
 :quantity string,
 :targetCountry string,
 :timestamp string,
 :price {:value string, :currency string},
 :itemId string}

Submit a sale event for the given merchant.
raw docstring

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

× close