@plentymarkets/shop-api / getStorageItems
Function: getStorageItems() ​
getStorageItems(
context
,params
):Promise
<Data
<StorageObject
[]>>
Defined in: api/getStorageItems/index.ts:19
Method getStorageItems - Fetch storage items.
Parameters ​
context ​
PlentysystemsIntegrationContext
params ​
StorageItemsParams
StorageItemsParams
Returns ​
Promise
<Data
<StorageObject
[]>>
StorageObject[]
Example ​
ts
const { data } = await getStorageItems(() => useSdk().plentysystems.getStorageItems(params));