pos
Overview
Name | pos |
Type | Resource |
Id | googledevelopers.content.pos |
Fields
Name | Datatype | Description |
---|---|---|
storeAddress | string | Required. The street address of the store. |
storeCode | string | Required. A store identifier that is unique for the given merchant. |
storeName | string | The merchant or store name. |
websiteUrl | string | The website url for the store or merchant. |
gcidCategory | array | The business type of the store. |
kind | string | Identifies what kind of resource this is. Value: the fixed string "content#posStore " |
phoneNumber | string | The store phone number. |
placeId | string | The Google Place Id of the store location. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | merchantId, storeCode, targetMerchantId | Retrieves information about the given store. |
list | SELECT | merchantId, targetMerchantId | Lists the stores of the target merchant. |
insert | INSERT | merchantId, targetMerchantId | Creates a store for the given merchant. |
delete | DELETE | merchantId, storeCode, targetMerchantId | Deletes a store for the given merchant. |
custombatch | EXEC | Batches multiple POS-related calls in a single request. | |
inventory | EXEC | merchantId, targetMerchantId | Submit inventory for the given merchant. |
sale | EXEC | merchantId, targetMerchantId | Submit a sale event for the given merchant. |