For a list of methods for this resource, see the end of this page.
Resource representations
Store resource.
{ "kind": "content#posStore", "storeCode": string, "storeAddress": string }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "content#posStore" . |
|
storeAddress |
string |
The street address of the store. | writable |
storeCode |
string |
A store identifier that is unique for the given merchant. | writable |
Methods
- custombatch
- Batches multiple POS-related calls in a single request.
- delete
- Deletes a store for the given merchant.
- get
- Retrieves information about the given store.
- insert
- Creates a store for the given merchant.
- inventory
- Submit inventory for the given merchant.
- list
- Lists the stores of the target merchant.
- sale
- Submit a sale event for the given merchant.