docs: updated js client reference (#2414)
* docs: updated js client reference * docs: fixed link
This commit is contained in:
@@ -0,0 +1,121 @@
|
||||
# Class: StoreGetVariantsParams
|
||||
|
||||
[internal](../modules/internal-40.md).StoreGetVariantsParams
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`PriceSelectionParams`](internal-40.PriceSelectionParams.md)
|
||||
|
||||
↳ **`StoreGetVariantsParams`**
|
||||
|
||||
## Properties
|
||||
|
||||
### cart\_id
|
||||
|
||||
• `Optional` **cart\_id**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal-40.PriceSelectionParams.md).[cart_id](internal-40.PriceSelectionParams.md#cart_id)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/price-selection.d.ts:2
|
||||
|
||||
___
|
||||
|
||||
### currency\_code
|
||||
|
||||
• `Optional` **currency\_code**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal-40.PriceSelectionParams.md).[currency_code](internal-40.PriceSelectionParams.md#currency_code)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/price-selection.d.ts:4
|
||||
|
||||
___
|
||||
|
||||
### expand
|
||||
|
||||
• `Optional` **expand**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:82
|
||||
|
||||
___
|
||||
|
||||
### id
|
||||
|
||||
• `Optional` **id**: `string` \| `string`[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:84
|
||||
|
||||
___
|
||||
|
||||
### ids
|
||||
|
||||
• `Optional` **ids**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:83
|
||||
|
||||
___
|
||||
|
||||
### inventory\_quantity
|
||||
|
||||
• `Optional` **inventory\_quantity**: `number` \| [`NumericalComparisonOperator`](internal-27.NumericalComparisonOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:86
|
||||
|
||||
___
|
||||
|
||||
### limit
|
||||
|
||||
• `Optional` **limit**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:80
|
||||
|
||||
___
|
||||
|
||||
### offset
|
||||
|
||||
• `Optional` **offset**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:81
|
||||
|
||||
___
|
||||
|
||||
### region\_id
|
||||
|
||||
• `Optional` **region\_id**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal-40.PriceSelectionParams.md).[region_id](internal-40.PriceSelectionParams.md#region_id)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/price-selection.d.ts:3
|
||||
|
||||
___
|
||||
|
||||
### title
|
||||
|
||||
• `Optional` **title**: `string` \| `string`[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:85
|
||||
Reference in New Issue
Block a user