REST Resource: pos

Resource: PosStore

Store resource.

JSON representation
{
  "storeCode": string,
  "storeAddress": string,
  "kind": string,
  "storeName": string,
  "phoneNumber": string,
  "websiteUrl": string,
  "gcidCategory": [
    string
  ],
  "placeId": string
}
Fields
storeCode

string

Required. A store identifier that is unique for the given merchant.

storeAddress

string

Required. The street address of the store.

kind

string

Identifies what kind of resource this is. Value: the fixed string "content#posStore"

storeName

string

The merchant or store name.

phoneNumber

string

The store phone number.

websiteUrl

string

The website url for the store or merchant.

gcidCategory[]

string

The business type of the store.

placeId

string

The Google Place Id of the store location.

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.