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,125 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Class: StoreGetVariantsParams
|
||||
|
||||
[internal](../modules/internal.md).StoreGetVariantsParams
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`PriceSelectionParams`](internal.PriceSelectionParams.md)
|
||||
|
||||
↳ **`StoreGetVariantsParams`**
|
||||
|
||||
## Properties
|
||||
|
||||
### cart\_id
|
||||
|
||||
• `Optional` **cart\_id**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal.PriceSelectionParams.md).[cart_id](internal.PriceSelectionParams.md#cart_id)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/price-selection.d.ts:2
|
||||
|
||||
___
|
||||
|
||||
### currency\_code
|
||||
|
||||
• `Optional` **currency\_code**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal.PriceSelectionParams.md).[currency_code](internal.PriceSelectionParams.md#currency_code)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/price-selection.d.ts:4
|
||||
|
||||
___
|
||||
|
||||
### expand
|
||||
|
||||
• `Optional` **expand**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/store/variants/list-variants.d.ts:32
|
||||
|
||||
___
|
||||
|
||||
### id
|
||||
|
||||
• `Optional` **id**: `string` \| `string`[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/store/variants/list-variants.d.ts:34
|
||||
|
||||
___
|
||||
|
||||
### ids
|
||||
|
||||
• `Optional` **ids**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/store/variants/list-variants.d.ts:33
|
||||
|
||||
___
|
||||
|
||||
### inventory\_quantity
|
||||
|
||||
• `Optional` **inventory\_quantity**: `number` \| [`NumericalComparisonOperator`](internal.NumericalComparisonOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/store/variants/list-variants.d.ts:36
|
||||
|
||||
___
|
||||
|
||||
### limit
|
||||
|
||||
• `Optional` **limit**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/store/variants/list-variants.d.ts:30
|
||||
|
||||
___
|
||||
|
||||
### offset
|
||||
|
||||
• `Optional` **offset**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/store/variants/list-variants.d.ts:31
|
||||
|
||||
___
|
||||
|
||||
### region\_id
|
||||
|
||||
• `Optional` **region\_id**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal.PriceSelectionParams.md).[region_id](internal.PriceSelectionParams.md#region_id)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/price-selection.d.ts:3
|
||||
|
||||
___
|
||||
|
||||
### title
|
||||
|
||||
• `Optional` **title**: `string` \| `string`[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/store/variants/list-variants.d.ts:35
|
||||
Reference in New Issue
Block a user