chore(docs): Generated JS Client Reference (automated) (#2576)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-11-10 10:35:17 +02:00
committed by GitHub
parent dda886a77f
commit 557352cdfe
90 changed files with 684 additions and 549 deletions

View File

@@ -10,7 +10,7 @@
### list
**list**(`query?`, `customHeaders?`): [`ResponsePromise`](../modules/internal.md#responsepromise)<[`StoreVariantsListRes`](../modules/internal-40.md#storevariantslistres)\>
**list**(`query?`, `customHeaders?`): [`ResponsePromise`](../modules/internal.md#responsepromise)<[`StoreVariantsListRes`](../modules/internal-41.md#storevariantslistres)\>
**`Description`**
@@ -20,22 +20,22 @@ Retrieves a list of of Product Variants
| Name | Type |
| :------ | :------ |
| `query?` | [`StoreGetVariantsParams`](internal-40.StoreGetVariantsParams.md) |
| `query?` | [`StoreGetVariantsParams`](internal-41.StoreGetVariantsParams.md) |
| `customHeaders` | `Record`<`string`, `any`\> |
#### Returns
[`ResponsePromise`](../modules/internal.md#responsepromise)<[`StoreVariantsListRes`](../modules/internal-40.md#storevariantslistres)\>
[`ResponsePromise`](../modules/internal.md#responsepromise)<[`StoreVariantsListRes`](../modules/internal-41.md#storevariantslistres)\>
#### Defined in
[medusa-js/src/resources/product-variants.ts:28](https://github.com/medusajs/medusa/blob/0b0d50b47/packages/medusa-js/src/resources/product-variants.ts#L28)
[medusa-js/src/resources/product-variants.ts:28](https://github.com/medusajs/medusa/blob/a4dd26e13/packages/medusa-js/src/resources/product-variants.ts#L28)
___
### retrieve
**retrieve**(`id`, `customHeaders?`): [`ResponsePromise`](../modules/internal.md#responsepromise)<[`StoreVariantsRes`](../modules/internal-40.md#storevariantsres)\>
**retrieve**(`id`, `customHeaders?`): [`ResponsePromise`](../modules/internal.md#responsepromise)<[`StoreVariantsRes`](../modules/internal-41.md#storevariantsres)\>
**`Description`**
@@ -50,8 +50,8 @@ Retrieves a single product variant
#### Returns
[`ResponsePromise`](../modules/internal.md#responsepromise)<[`StoreVariantsRes`](../modules/internal-40.md#storevariantsres)\>
[`ResponsePromise`](../modules/internal.md#responsepromise)<[`StoreVariantsRes`](../modules/internal-41.md#storevariantsres)\>
#### Defined in
[medusa-js/src/resources/product-variants.ts:17](https://github.com/medusajs/medusa/blob/0b0d50b47/packages/medusa-js/src/resources/product-variants.ts#L17)
[medusa-js/src/resources/product-variants.ts:17](https://github.com/medusajs/medusa/blob/a4dd26e13/packages/medusa-js/src/resources/product-variants.ts#L17)