docs: added reference for JS Client (#1629)
* added reference for JS Client * added reference for JS Client * added reference for JS Client
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Class: StorePostSearchReq
|
||||
|
||||
[internal](../modules/internal.md).StorePostSearchReq
|
||||
|
||||
## Properties
|
||||
|
||||
### filter
|
||||
|
||||
• `Optional` **filter**: `unknown`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/store/products/search.d.ts:7
|
||||
|
||||
___
|
||||
|
||||
### limit
|
||||
|
||||
• `Optional` **limit**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/store/products/search.d.ts:6
|
||||
|
||||
___
|
||||
|
||||
### offset
|
||||
|
||||
• `Optional` **offset**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/store/products/search.d.ts:5
|
||||
|
||||
___
|
||||
|
||||
### q
|
||||
|
||||
• `Optional` **q**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/store/products/search.d.ts:4
|
||||
Reference in New Issue
Block a user