chore(docs): Generated References (#5602)
Generated the following references: - `pricing` - `product` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5f4317b9d7
commit
39649b3552
@@ -82,7 +82,7 @@ medusa.admin.collections
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "ResponsePromise",
|
||||
"type": "[`ResponsePromise`](../modules/internal.mdx#responsepromise)<[`AdminCollectionsRes`](../modules/internal.mdx#admincollectionsres)\\>",
|
||||
"type": "[`ResponsePromise`](../internal/types/internal.ResponsePromise.mdx)<[`AdminCollectionsRes`](../internal/types/internal.AdminCollectionsRes.mdx)\\>",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
"description": "Resolves to the product collection's details.",
|
||||
@@ -261,7 +261,7 @@ medusa.admin.collections
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "ResponsePromise",
|
||||
"type": "[`ResponsePromise`](../modules/internal.mdx#responsepromise)<[`AdminCollectionsRes`](../modules/internal.mdx#admincollectionsres)\\>",
|
||||
"type": "[`ResponsePromise`](../internal/types/internal.ResponsePromise.mdx)<[`AdminCollectionsRes`](../internal/types/internal.AdminCollectionsRes.mdx)\\>",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
"description": "Resolves to the created product collection's details.",
|
||||
@@ -410,7 +410,7 @@ medusa.admin.collections
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "ResponsePromise",
|
||||
"type": "[`ResponsePromise`](../modules/internal.mdx#responsepromise)<[`DeleteResponse`](../internal/interfaces/internal.DeleteResponse.mdx)\\>",
|
||||
"type": "[`ResponsePromise`](../internal/types/internal.ResponsePromise.mdx)<[`DeleteResponse`](../internal/interfaces/internal.DeleteResponse.mdx)\\>",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
"description": "Resolves to the deletion operation details.",
|
||||
@@ -705,7 +705,7 @@ medusa.admin.collections
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "ResponsePromise",
|
||||
"type": "[`ResponsePromise`](../modules/internal.mdx#responsepromise)<[`AdminCollectionsListRes`](../modules/internal.mdx#admincollectionslistres)\\>",
|
||||
"type": "[`ResponsePromise`](../internal/types/internal.ResponsePromise.mdx)<[`AdminCollectionsListRes`](../internal/types/internal.AdminCollectionsListRes.mdx)\\>",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
"description": "Resolves to the list of product collections with pagination fields.",
|
||||
@@ -902,7 +902,7 @@ medusa.admin.collections
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "ResponsePromise",
|
||||
"type": "[`ResponsePromise`](../modules/internal.mdx#responsepromise)<[`AdminDeleteProductsFromCollectionRes`](../modules/internal.mdx#admindeleteproductsfromcollectionres)\\>",
|
||||
"type": "[`ResponsePromise`](../internal/types/internal.ResponsePromise.mdx)<[`AdminDeleteProductsFromCollectionRes`](../internal/types/internal.AdminDeleteProductsFromCollectionRes.mdx)\\>",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
"description": "Resolves to the deletion operation details.",
|
||||
@@ -994,7 +994,7 @@ medusa.admin.collections.retrieve(collectionId).then(({ collection }) => {
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "ResponsePromise",
|
||||
"type": "[`ResponsePromise`](../modules/internal.mdx#responsepromise)<[`AdminCollectionsRes`](../modules/internal.mdx#admincollectionsres)\\>",
|
||||
"type": "[`ResponsePromise`](../internal/types/internal.ResponsePromise.mdx)<[`AdminCollectionsRes`](../internal/types/internal.AdminCollectionsRes.mdx)\\>",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
"description": "Resolves to the product collection's details.",
|
||||
@@ -1182,7 +1182,7 @@ medusa.admin.collections
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "ResponsePromise",
|
||||
"type": "[`ResponsePromise`](../modules/internal.mdx#responsepromise)<[`AdminCollectionsRes`](../modules/internal.mdx#admincollectionsres)\\>",
|
||||
"type": "[`ResponsePromise`](../internal/types/internal.ResponsePromise.mdx)<[`AdminCollectionsRes`](../internal/types/internal.AdminCollectionsRes.mdx)\\>",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
"description": "Resolves to the product collection's details.",
|
||||
|
||||
Reference in New Issue
Block a user