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 [{:inventory PosInventory, :storeCode string, :method string, :merchantId string, :sale PosSale, :batchId integer, :store PosStore, :targetMerchantId string}]}

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 [{:inventory PosInventory,
            :storeCode string,
            :method string,
            :merchantId string,
            :sale PosSale,
            :batchId integer,
            :store PosStore,
            :targetMerchantId string}]}

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

delete$clj

(delete$ auth parameters)

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

Required parameters: targetMerchantId, storeCode, 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: targetMerchantId, storeCode, merchantId

Optional parameters: none

Deletes a store for the given merchant.
sourceraw 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.
sourceraw 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, :storeAddress string, :storeCode 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, :storeAddress string, :storeCode string}

Creates a store for the given merchant.
sourceraw 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:

{:price {:value string, :currency string}, :contentLanguage string, :quantity string, :itemId string, :storeCode string, :targetCountry string, :timestamp string, :gtin 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: 

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

Submit inventory for the given merchant.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: merchantId, targetMerchantId

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: merchantId, targetMerchantId

Optional parameters: none

Lists the stores of the target merchant.
sourceraw 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.
sourceraw docstring

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

× close