Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Collection
ProductsCollection
Interface ProductsCollection
interface
ProductsCollection
{
custombatch
(
resource
:
ProductsCustomBatchRequest
,
)
:
ProductsCustomBatchResponse
;
custombatch
(
resource
:
ProductsCustomBatchRequest
,
optionalArgs
:
object
,
)
:
ProductsCustomBatchResponse
;
get
(
merchantId
:
string
,
productId
:
string
)
:
Product
;
insert
(
resource
:
Product
,
merchantId
:
string
)
:
Product
;
insert
(
resource
:
Product
,
merchantId
:
string
,
optionalArgs
:
object
,
)
:
Product
;
list
(
merchantId
:
string
)
:
ProductsListResponse
;
list
(
merchantId
:
string
,
optionalArgs
:
object
)
:
ProductsListResponse
;
remove
(
merchantId
:
string
,
productId
:
string
)
:
void
;
remove
(
merchantId
:
string
,
productId
:
string
,
optionalArgs
:
object
)
:
void
;
}
Index
Methods
custombatch
get
insert
list
remove
Methods
custombatch
custombatch
(
resource
:
ProductsCustomBatchRequest
)
:
ProductsCustomBatchResponse
Parameters
resource
:
ProductsCustomBatchRequest
Returns
ProductsCustomBatchResponse
custombatch
(
resource
:
ProductsCustomBatchRequest
,
optionalArgs
:
object
,
)
:
ProductsCustomBatchResponse
Parameters
resource
:
ProductsCustomBatchRequest
optionalArgs
:
object
Returns
ProductsCustomBatchResponse
get
get
(
merchantId
:
string
,
productId
:
string
)
:
Product
Parameters
merchantId
:
string
productId
:
string
Returns
Product
insert
insert
(
resource
:
Product
,
merchantId
:
string
)
:
Product
Parameters
resource
:
Product
merchantId
:
string
Returns
Product
insert
(
resource
:
Product
,
merchantId
:
string
,
optionalArgs
:
object
)
:
Product
Parameters
resource
:
Product
merchantId
:
string
optionalArgs
:
object
Returns
Product
list
list
(
merchantId
:
string
)
:
ProductsListResponse
Parameters
merchantId
:
string
Returns
ProductsListResponse
list
(
merchantId
:
string
,
optionalArgs
:
object
)
:
ProductsListResponse
Parameters
merchantId
:
string
optionalArgs
:
object
Returns
ProductsListResponse
remove
remove
(
merchantId
:
string
,
productId
:
string
)
:
void
Parameters
merchantId
:
string
productId
:
string
Returns
void
remove
(
merchantId
:
string
,
productId
:
string
,
optionalArgs
:
object
)
:
void
Parameters
merchantId
:
string
productId
:
string
optionalArgs
:
object
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
custombatch
get
insert
list
remove
Google Apps Script API
Loading...