docs: updated js client reference (#2414)
* docs: updated js client reference * docs: fixed link
This commit is contained in:
@@ -2,22 +2,52 @@
|
||||
|
||||
## Classes
|
||||
|
||||
- [Item](../classes/internal-41.Item.md)
|
||||
- [ReturnShipping](../classes/internal-41.ReturnShipping.md)
|
||||
- [StorePostReturnsReq](../classes/internal-41.StorePostReturnsReq.md)
|
||||
- [StoreGetProductsPaginationParams](../classes/internal-41.StoreGetProductsPaginationParams.md)
|
||||
- [StoreGetProductsParams](../classes/internal-41.StoreGetProductsParams.md)
|
||||
- [StorePostSearchReq](../classes/internal-41.StorePostSearchReq.md)
|
||||
|
||||
## Type Aliases
|
||||
|
||||
### StoreReturnsRes
|
||||
### StorePostSearchRes
|
||||
|
||||
Ƭ **StoreReturnsRes**: `Object`
|
||||
Ƭ **StorePostSearchRes**: `Object`
|
||||
|
||||
#### Index signature
|
||||
|
||||
▪ [k: `string`]: `unknown`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `return` | [`Return`](../classes/internal.Return.md) |
|
||||
| `hits` | `unknown`[] |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/returns/index.d.ts:4
|
||||
medusa/dist/api/routes/store/products/index.d.ts:12
|
||||
|
||||
___
|
||||
|
||||
### StoreProductsListRes
|
||||
|
||||
Ƭ **StoreProductsListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `products`: [`Product`](../classes/internal.Product.md)[] }
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/products/index.d.ts:16
|
||||
|
||||
___
|
||||
|
||||
### StoreProductsRes
|
||||
|
||||
Ƭ **StoreProductsRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `product` | [`Product`](../classes/internal.Product.md) |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/products/index.d.ts:9
|
||||
|
||||
Reference in New Issue
Block a user