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,57 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Class: ProductVariantPricesCreateReq
|
||||
|
||||
[internal](../modules/internal.md).ProductVariantPricesCreateReq
|
||||
|
||||
## Properties
|
||||
|
||||
### amount
|
||||
|
||||
• **amount**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/product-variant.d.ts:99
|
||||
|
||||
___
|
||||
|
||||
### currency\_code
|
||||
|
||||
• `Optional` **currency\_code**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/product-variant.d.ts:98
|
||||
|
||||
___
|
||||
|
||||
### max\_quantity
|
||||
|
||||
• `Optional` **max\_quantity**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/product-variant.d.ts:101
|
||||
|
||||
___
|
||||
|
||||
### min\_quantity
|
||||
|
||||
• `Optional` **min\_quantity**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/product-variant.d.ts:100
|
||||
|
||||
___
|
||||
|
||||
### region\_id
|
||||
|
||||
• `Optional` **region\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/product-variant.d.ts:97
|
||||
Reference in New Issue
Block a user