Skip to main content

pos

Overview

Namepos
TypeResource
Idgoogledevelopers.content.pos

Fields

NameDatatypeDescription
storeAddressstringRequired. The street address of the store.
storeCodestringRequired. A store identifier that is unique for the given merchant.
storeNamestringThe merchant or store name.
websiteUrlstringThe website url for the store or merchant.
gcidCategoryarrayThe business type of the store.
kindstringIdentifies what kind of resource this is. Value: the fixed string "content#posStore"
phoneNumberstringThe store phone number.
placeIdstringThe Google Place Id of the store location.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmerchantId, storeCode, targetMerchantIdRetrieves information about the given store.
listSELECTmerchantId, targetMerchantIdLists the stores of the target merchant.
insertINSERTmerchantId, targetMerchantIdCreates a store for the given merchant.
deleteDELETEmerchantId, storeCode, targetMerchantIdDeletes a store for the given merchant.
custombatchEXECBatches multiple POS-related calls in a single request.
inventoryEXECmerchantId, targetMerchantIdSubmit inventory for the given merchant.
saleEXECmerchantId, targetMerchantIdSubmit a sale event for the given merchant.