Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Collection
PosCollection
Interface PosCollection
interface
PosCollection
{
custombatch
(
resource
:
PosCustomBatchRequest
)
:
PosCustomBatchResponse
;
custombatch
(
resource
:
PosCustomBatchRequest
,
optionalArgs
:
object
,
)
:
PosCustomBatchResponse
;
get
(
merchantId
:
string
,
targetMerchantId
:
string
,
storeCode
:
string
,
)
:
PosStore
;
insert
(
resource
:
PosStore
,
merchantId
:
string
,
targetMerchantId
:
string
,
)
:
PosStore
;
insert
(
resource
:
PosStore
,
merchantId
:
string
,
targetMerchantId
:
string
,
optionalArgs
:
object
,
)
:
PosStore
;
inventory
(
resource
:
PosInventoryRequest
,
merchantId
:
string
,
targetMerchantId
:
string
,
)
:
PosInventoryResponse
;
inventory
(
resource
:
PosInventoryRequest
,
merchantId
:
string
,
targetMerchantId
:
string
,
optionalArgs
:
object
,
)
:
PosInventoryResponse
;
list
(
merchantId
:
string
,
targetMerchantId
:
string
)
:
PosListResponse
;
remove
(
merchantId
:
string
,
targetMerchantId
:
string
,
storeCode
:
string
,
)
:
void
;
remove
(
merchantId
:
string
,
targetMerchantId
:
string
,
storeCode
:
string
,
optionalArgs
:
object
,
)
:
void
;
sale
(
resource
:
PosSaleRequest
,
merchantId
:
string
,
targetMerchantId
:
string
,
)
:
PosSaleResponse
;
sale
(
resource
:
PosSaleRequest
,
merchantId
:
string
,
targetMerchantId
:
string
,
optionalArgs
:
object
,
)
:
PosSaleResponse
;
}
Index
Methods
custombatch
get
insert
inventory
list
remove
sale
Methods
custombatch
custombatch
(
resource
:
PosCustomBatchRequest
)
:
PosCustomBatchResponse
Parameters
resource
:
PosCustomBatchRequest
Returns
PosCustomBatchResponse
custombatch
(
resource
:
PosCustomBatchRequest
,
optionalArgs
:
object
,
)
:
PosCustomBatchResponse
Parameters
resource
:
PosCustomBatchRequest
optionalArgs
:
object
Returns
PosCustomBatchResponse
get
get
(
merchantId
:
string
,
targetMerchantId
:
string
,
storeCode
:
string
)
:
PosStore
Parameters
merchantId
:
string
targetMerchantId
:
string
storeCode
:
string
Returns
PosStore
insert
insert
(
resource
:
PosStore
,
merchantId
:
string
,
targetMerchantId
:
string
,
)
:
PosStore
Parameters
resource
:
PosStore
merchantId
:
string
targetMerchantId
:
string
Returns
PosStore
insert
(
resource
:
PosStore
,
merchantId
:
string
,
targetMerchantId
:
string
,
optionalArgs
:
object
,
)
:
PosStore
Parameters
resource
:
PosStore
merchantId
:
string
targetMerchantId
:
string
optionalArgs
:
object
Returns
PosStore
inventory
inventory
(
resource
:
PosInventoryRequest
,
merchantId
:
string
,
targetMerchantId
:
string
,
)
:
PosInventoryResponse
Parameters
resource
:
PosInventoryRequest
merchantId
:
string
targetMerchantId
:
string
Returns
PosInventoryResponse
inventory
(
resource
:
PosInventoryRequest
,
merchantId
:
string
,
targetMerchantId
:
string
,
optionalArgs
:
object
,
)
:
PosInventoryResponse
Parameters
resource
:
PosInventoryRequest
merchantId
:
string
targetMerchantId
:
string
optionalArgs
:
object
Returns
PosInventoryResponse
list
list
(
merchantId
:
string
,
targetMerchantId
:
string
)
:
PosListResponse
Parameters
merchantId
:
string
targetMerchantId
:
string
Returns
PosListResponse
remove
remove
(
merchantId
:
string
,
targetMerchantId
:
string
,
storeCode
:
string
)
:
void
Parameters
merchantId
:
string
targetMerchantId
:
string
storeCode
:
string
Returns
void
remove
(
merchantId
:
string
,
targetMerchantId
:
string
,
storeCode
:
string
,
optionalArgs
:
object
,
)
:
void
Parameters
merchantId
:
string
targetMerchantId
:
string
storeCode
:
string
optionalArgs
:
object
Returns
void
sale
sale
(
resource
:
PosSaleRequest
,
merchantId
:
string
,
targetMerchantId
:
string
,
)
:
PosSaleResponse
Parameters
resource
:
PosSaleRequest
merchantId
:
string
targetMerchantId
:
string
Returns
PosSaleResponse
sale
(
resource
:
PosSaleRequest
,
merchantId
:
string
,
targetMerchantId
:
string
,
optionalArgs
:
object
,
)
:
PosSaleResponse
Parameters
resource
:
PosSaleRequest
merchantId
:
string
targetMerchantId
:
string
optionalArgs
:
object
Returns
PosSaleResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
custombatch
get
insert
inventory
list
remove
sale
Google Apps Script API
Loading...