chore: fixes to http and request types for inventory (#13827)

* chore: fixes to http and request types for inventory

* fix type error
This commit is contained in:
Shahed Nasser
2025-10-28 11:08:32 +02:00
committed by GitHub
parent bc87c9a0ba
commit aa34d0fe9c
14 changed files with 64 additions and 48 deletions

View File

@@ -132,7 +132,7 @@ export class InventoryItem {
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/api/store#select-fields-and-relations).
*/
async list(
query?: HttpTypes.AdminInventoryItemParams,
query?: HttpTypes.AdminInventoryItemsParams,
headers?: ClientHeaders
) {
return await this.client.fetch<HttpTypes.AdminInventoryItemListResponse>(