Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Schema
PosInventoryRequest
Interface PosInventoryRequest
interface
PosInventoryRequest
{
contentLanguage
?:
string
;
gtin
?:
string
;
itemId
?:
string
;
price
?:
Price
;
quantity
?:
string
;
storeCode
?:
string
;
targetCountry
?:
string
;
timestamp
?:
string
;
}
Index
Properties
content
Language?
gtin?
item
Id?
price?
quantity?
store
Code?
target
Country?
timestamp?
Properties
Optional
content
Language
contentLanguage
?:
string
Optional
gtin
gtin
?:
string
Optional
item
Id
itemId
?:
string
Optional
price
price
?:
Price
Optional
quantity
quantity
?:
string
Optional
store
Code
storeCode
?:
string
Optional
target
Country
targetCountry
?:
string
Optional
timestamp
timestamp
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Language
gtin
item
Id
price
quantity
store
Code
target
Country
timestamp
Google Apps Script API
Loading...