Resource: PosStore
Store resource.
JSON representation |
---|
{ "storeCode": string, "storeAddress": string, "kind": string, "storeName": string, "phoneNumber": string, "websiteUrl": string, "gcidCategory": [ string ], "placeId": string, "matchingStatus": string, "matchingStatusHint": string } |
Fields | |
---|---|
store |
Required. A store identifier that is unique for the given merchant. |
store |
Required. The street address of the store. |
kind |
Identifies what kind of resource this is. Value: the fixed string " |
store |
The merchant or store name. |
phone |
The store phone number. |
website |
The website url for the store or merchant. |
gcid |
The business type of the store. |
place |
The Google Place Id of the store location. |
matching |
Output only. The matching status of POS store and Google Business Profile store.
Note that there is up to 48 hours propagation delay for changes in Merchant Center (e.g. creation of new account, accounts linking) and Google Business Profile (e.g. store address update) which may affect the matching status. In such cases, after a delay call pos.list to retrieve the updated matching status. |
matching |
Output only. The hint of why the matching has failed. This is only set when matchingStatus=failed.
|
Methods |
|
---|---|
|
Batches multiple POS-related calls in a single request. |
|
Deletes a store for the given merchant. |
|
Retrieves information about the given store. |
|
Creates a store for the given merchant. |
|
Submit inventory for the given merchant. |
|
Lists the stores of the target merchant. |
|
Submit a sale event for the given merchant. |