Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Schema
OrderLineItemProduct
Interface OrderLineItemProduct
interface
OrderLineItemProduct
{
brand
?:
string
;
channel
?:
string
;
condition
?:
string
;
contentLanguage
?:
string
;
fees
?:
OrderLineItemProductFee
[]
;
gtin
?:
string
;
id
?:
string
;
imageLink
?:
string
;
itemGroupId
?:
string
;
mpn
?:
string
;
offerId
?:
string
;
price
?:
Price
;
shownImage
?:
string
;
targetCountry
?:
string
;
title
?:
string
;
variantAttributes
?:
OrderLineItemProductVariantAttribute
[]
;
}
Index
Properties
brand?
channel?
condition?
content
Language?
fees?
gtin?
id?
image
Link?
item
Group
Id?
mpn?
offer
Id?
price?
shown
Image?
target
Country?
title?
variant
Attributes?
Properties
Optional
brand
brand
?:
string
Optional
channel
channel
?:
string
Optional
condition
condition
?:
string
Optional
content
Language
contentLanguage
?:
string
Optional
fees
fees
?:
OrderLineItemProductFee
[]
Optional
gtin
gtin
?:
string
Optional
id
id
?:
string
Optional
image
Link
imageLink
?:
string
Optional
item
Group
Id
itemGroupId
?:
string
Optional
mpn
mpn
?:
string
Optional
offer
Id
offerId
?:
string
Optional
price
price
?:
Price
Optional
shown
Image
shownImage
?:
string
Optional
target
Country
targetCountry
?:
string
Optional
title
title
?:
string
Optional
variant
Attributes
variantAttributes
?:
OrderLineItemProductVariantAttribute
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
brand
channel
condition
content
Language
fees
gtin
id
image
Link
item
Group
Id
mpn
offer
Id
price
shown
Image
target
Country
title
variant
Attributes
Google Apps Script API
Loading...