chore(js-sdk,types): add tsdocs for admin JS SDK methods [6/n] (#10028)

* chore(js-sdk,types): add tsdocs for admin JS SDK methods [6/n]

* fix error

* remove type changes
This commit is contained in:
Shahed Nasser
2024-11-19 19:15:44 +02:00
committed by GitHub
parent 7a3c6acf31
commit b43febda54
18 changed files with 1578 additions and 18 deletions
@@ -37,7 +37,8 @@
* required_quantity:
* type: number
* title: required_quantity
* description: The variant's quantity.
* description: The number of units a single quantity is equivalent to. For example, if a customer orders one quantity of the variant, Medusa checks the availability of the quantity multiplied by the
* value set for `required_quantity`. When the customer orders the quantity, Medusa reserves the ordered quantity multiplied by the value set for `required_quantity`.
* inventory_item_id:
* type: string
* title: inventory_item_id
@@ -60,7 +61,8 @@
* required_quantity:
* type: number
* title: required_quantity
* description: The variant's quantity.
* description: The number of units a single quantity is equivalent to. For example, if a customer orders one quantity of the variant, Medusa checks the availability of the quantity multiplied by the
* value set for `required_quantity`. When the customer orders the quantity, Medusa reserves the ordered quantity multiplied by the value set for `required_quantity`.
* inventory_item_id:
* type: string
* title: inventory_item_id