Liking cljdoc? Tell your friends :D

happygapi.content.pos

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

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

Batches multiple POS-related calls in a single request.

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

Required parameters: none

Optional parameters: none

Body: 

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: merchantId, storeCode, targetMerchantId

Optional parameters: none

Deletes a store for the given merchant.

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

Required parameters: merchantId, storeCode, targetMerchantId

Optional parameters: none

Deletes a store for the given merchant.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: merchantId, storeCode, targetMerchantId

Optional parameters: none

Retrieves information about the given store.

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

Required parameters: merchantId, storeCode, targetMerchantId

Optional parameters: none

Retrieves information about the given store.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: merchantId, targetMerchantId

Optional parameters: none

Body:

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

Creates a store for the given merchant.

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

Required parameters: merchantId, targetMerchantId

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-contentapi/reference/rest/v2.1/pos/inventory

Required parameters: merchantId, targetMerchantId

Optional parameters: none

Body:

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

Submit inventory for the given merchant.

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

Required parameters: merchantId, targetMerchantId

Optional parameters: none

Body: 

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

Submit inventory for the given merchant.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/shopping-contentapi/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-contentapi/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-contentapi/reference/rest/v2.1/pos/sale

Required parameters: merchantId, targetMerchantId

Optional parameters: none

Body:

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

Submit a sale event for the given merchant.

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

Required parameters: merchantId, targetMerchantId

Optional parameters: none

Body: 

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