Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Collection
InventoryCollection
Interface InventoryCollection
interface
InventoryCollection
{
custombatch
(
resource
:
InventoryCustomBatchRequest
,
)
:
InventoryCustomBatchResponse
;
custombatch
(
resource
:
InventoryCustomBatchRequest
,
optionalArgs
:
object
,
)
:
InventoryCustomBatchResponse
;
set
(
resource
:
InventorySetRequest
,
merchantId
:
string
,
storeCode
:
string
,
productId
:
string
,
)
:
InventorySetResponse
;
set
(
resource
:
InventorySetRequest
,
merchantId
:
string
,
storeCode
:
string
,
productId
:
string
,
optionalArgs
:
object
,
)
:
InventorySetResponse
;
}
Index
Methods
custombatch
set
Methods
custombatch
custombatch
(
resource
:
InventoryCustomBatchRequest
)
:
InventoryCustomBatchResponse
Parameters
resource
:
InventoryCustomBatchRequest
Returns
InventoryCustomBatchResponse
custombatch
(
resource
:
InventoryCustomBatchRequest
,
optionalArgs
:
object
,
)
:
InventoryCustomBatchResponse
Parameters
resource
:
InventoryCustomBatchRequest
optionalArgs
:
object
Returns
InventoryCustomBatchResponse
set
set
(
resource
:
InventorySetRequest
,
merchantId
:
string
,
storeCode
:
string
,
productId
:
string
,
)
:
InventorySetResponse
Parameters
resource
:
InventorySetRequest
merchantId
:
string
storeCode
:
string
productId
:
string
Returns
InventorySetResponse
set
(
resource
:
InventorySetRequest
,
merchantId
:
string
,
storeCode
:
string
,
productId
:
string
,
optionalArgs
:
object
,
)
:
InventorySetResponse
Parameters
resource
:
InventorySetRequest
merchantId
:
string
storeCode
:
string
productId
:
string
optionalArgs
:
object
Returns
InventorySetResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
custombatch
set
Google Apps Script API
Loading...