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:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user