chore(docs): Generated JS Client Reference (automated) (#2576)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dda886a77f
commit
557352cdfe
@@ -0,0 +1,121 @@
|
||||
# Class: StoreGetVariantsParams
|
||||
|
||||
[internal](../modules/internal-41.md).StoreGetVariantsParams
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`PriceSelectionParams`](internal-30.PriceSelectionParams.md)
|
||||
|
||||
↳ **`StoreGetVariantsParams`**
|
||||
|
||||
## Properties
|
||||
|
||||
### cart\_id
|
||||
|
||||
• `Optional` **cart\_id**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal-30.PriceSelectionParams.md).[cart_id](internal-30.PriceSelectionParams.md#cart_id)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/price-selection.d.ts:2
|
||||
|
||||
___
|
||||
|
||||
### currency\_code
|
||||
|
||||
• `Optional` **currency\_code**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal-30.PriceSelectionParams.md).[currency_code](internal-30.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:84
|
||||
|
||||
___
|
||||
|
||||
### id
|
||||
|
||||
• `Optional` **id**: `string` \| `string`[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:86
|
||||
|
||||
___
|
||||
|
||||
### ids
|
||||
|
||||
• `Optional` **ids**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:85
|
||||
|
||||
___
|
||||
|
||||
### inventory\_quantity
|
||||
|
||||
• `Optional` **inventory\_quantity**: `number` \| [`NumericalComparisonOperator`](internal-27.NumericalComparisonOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:88
|
||||
|
||||
___
|
||||
|
||||
### limit
|
||||
|
||||
• `Optional` **limit**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:82
|
||||
|
||||
___
|
||||
|
||||
### offset
|
||||
|
||||
• `Optional` **offset**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/list-variants.d.ts:83
|
||||
|
||||
___
|
||||
|
||||
### region\_id
|
||||
|
||||
• `Optional` **region\_id**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal-30.PriceSelectionParams.md).[region_id](internal-30.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:87
|
||||
Reference in New Issue
Block a user