docs: [11/n] generate core-flows reference (#8792)
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/batchLinkProductsToCollectionStep
|
||||
sidebar_label: batchLinkProductsToCollectionStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# batchLinkProductsToCollectionStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `batchLinkProductsToCollectionStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step creates links between product and collection records.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"LinkWorkflowInput","type":"[LinkWorkflowInput](../../../../../types/CommonTypes/types/types.CommonTypes.LinkWorkflowInput/page.mdx)","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"add","type":"`string`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"remove","type":"`string`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="batchLinkProductsToCollectionStep"/>
|
||||
+20
File diff suppressed because one or more lines are too long
+20
File diff suppressed because one or more lines are too long
+20
File diff suppressed because one or more lines are too long
+20
@@ -0,0 +1,20 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/createProductTypesStep
|
||||
sidebar_label: createProductTypesStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# createProductTypesStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `createProductTypesStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step creates one or more product types.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"CreateProductTypeDTO[]","type":"[CreateProductTypeDTO](../../../../../product/interfaces/product.CreateProductTypeDTO/page.mdx)[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"CreateProductTypeDTO","type":"[CreateProductTypeDTO](../../../../../product/interfaces/product.CreateProductTypeDTO/page.mdx)","optional":false,"defaultValue":"","description":"A product type to create.","expandable":false,"children":[{"name":"value","type":"`string`","description":"The product type's value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"[MetadataType](../../../../../product/types/product.MetadataType/page.mdx)","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="createProductTypesStep"/>
|
||||
|
||||
## Output
|
||||
|
||||
<TypeList types={[{"name":"ProductTypeDTO[]","type":"[ProductTypeDTO](../../../../../product/interfaces/product.ProductTypeDTO/page.mdx)[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"ProductTypeDTO","type":"[ProductTypeDTO](../../../../../product/interfaces/product.ProductTypeDTO/page.mdx)","optional":false,"defaultValue":"","description":"A product type's data.","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the product type.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value of the product type.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the product type was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the product type was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"[MetadataType](../../../../../product/types/product.MetadataType/page.mdx)","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`string` \\| `Date`","description":"When the product type was deleted.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="createProductTypesStep"/>
|
||||
+20
File diff suppressed because one or more lines are too long
+20
File diff suppressed because one or more lines are too long
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/createVariantPricingLinkStep
|
||||
sidebar_label: createVariantPricingLinkStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# createVariantPricingLinkStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `createVariantPricingLinkStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step creates links between variant and price set records.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"CreateVariantPricingLinkStepInput","type":"[CreateVariantPricingLinkStepInput](../../../../types/core_flows.CreateVariantPricingLinkStepInput/page.mdx)","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"links","type":"`object`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"variant_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_set_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="createVariantPricingLinkStep"/>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/deleteCollectionsStep
|
||||
sidebar_label: deleteCollectionsStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteCollectionsStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `deleteCollectionsStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step deletes one or more collections.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"string[]","type":"`string`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="deleteCollectionsStep"/>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/deleteProductOptionsStep
|
||||
sidebar_label: deleteProductOptionsStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductOptionsStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `deleteProductOptionsStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step deletes one or more product options.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"string[]","type":"`string`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="deleteProductOptionsStep"/>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/deleteProductTagsStep
|
||||
sidebar_label: deleteProductTagsStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductTagsStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `deleteProductTagsStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step deletes one or more product tags.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"string[]","type":"`string`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="deleteProductTagsStep"/>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/deleteProductTypesStep
|
||||
sidebar_label: deleteProductTypesStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductTypesStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `deleteProductTypesStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step deletes one or more product types.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"string[]","type":"`string`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="deleteProductTypesStep"/>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/deleteProductVariantsStep
|
||||
sidebar_label: deleteProductVariantsStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductVariantsStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `deleteProductVariantsStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step deletes one or more product variants.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"string[]","type":"`string`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="deleteProductVariantsStep"/>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/deleteProductsStep
|
||||
sidebar_label: deleteProductsStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductsStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `deleteProductsStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step deletes one or more products.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"string[]","type":"`string`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="deleteProductsStep"/>
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/generateProductCsvStep
|
||||
sidebar_label: generateProductCsvStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# generateProductCsvStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `generateProductCsvStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step generates a CSV file to be exported.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"AdminProduct[]","type":"`AdminProduct`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"AdminProduct","type":"`AdminProduct`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="generateProductCsvStep"/>
|
||||
|
||||
## Output
|
||||
|
||||
<TypeList types={[{"name":"WorkflowDataProperties","type":"[WorkflowDataProperties](../../../../../workflows/types/workflows.WorkflowDataProperties/page.mdx)<object>","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"file.id","expandable":false,"children":[]},{"name":"filename","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="generateProductCsvStep"/>
|
||||
+20
File diff suppressed because one or more lines are too long
+20
File diff suppressed because one or more lines are too long
+20
@@ -0,0 +1,20 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/groupProductsForBatchStep
|
||||
sidebar_label: groupProductsForBatchStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# groupProductsForBatchStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `groupProductsForBatchStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step groups products to be created and updated.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"AdminCreateProduct & object[]","type":"`AdminCreateProduct` & `object`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"AdminCreateProduct","type":"`AdminCreateProduct`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="groupProductsForBatchStep"/>
|
||||
|
||||
## Output
|
||||
|
||||
<TypeList types={[{"name":"WorkflowDataProperties","type":"[WorkflowDataProperties](../../../../../workflows/types/workflows.WorkflowDataProperties/page.mdx)<object>","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"create","type":"`AdminCreateProduct`[]","description":"","optional":false,"defaultValue":"toCreate","expandable":false,"children":[]},{"name":"update","type":"`AdminUpdateProduct` & `object`[]","description":"","optional":false,"defaultValue":"toUpdate","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="groupProductsForBatchStep"/>
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/parseProductCsvStep
|
||||
sidebar_label: parseProductCsvStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# parseProductCsvStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `parseProductCsvStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step parses a CSV file holding products to import.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="parseProductCsvStep"/>
|
||||
|
||||
## Output
|
||||
|
||||
<TypeList types={[{"name":"AdminCreateProduct[]","type":"`AdminCreateProduct`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"AdminCreateProduct","type":"`AdminCreateProduct`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="parseProductCsvStep"/>
|
||||
+20
File diff suppressed because one or more lines are too long
+20
File diff suppressed because one or more lines are too long
+20
File diff suppressed because one or more lines are too long
+20
File diff suppressed because one or more lines are too long
+20
File diff suppressed because one or more lines are too long
+20
File diff suppressed because one or more lines are too long
+12
@@ -0,0 +1,12 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/waitConfirmationProductImportStep
|
||||
sidebar_label: waitConfirmationProductImportStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# waitConfirmationProductImportStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `waitConfirmationProductImportStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step waits until a product import is confirmed.
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# batchLinkProductsToCollectionStepId
|
||||
|
||||
`Const` **batchLinkProductsToCollectionStepId**: `"batch-link-products-to-collection"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# createCollectionsStepId
|
||||
|
||||
`Const` **createCollectionsStepId**: `"create-collections"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# createProductOptionsStepId
|
||||
|
||||
`Const` **createProductOptionsStepId**: `"create-product-options"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# createProductTagsStepId
|
||||
|
||||
`Const` **createProductTagsStepId**: `"create-product-tags"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# createProductTypesStepId
|
||||
|
||||
`Const` **createProductTypesStepId**: `"create-product-types"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# createProductVariantsStepId
|
||||
|
||||
`Const` **createProductVariantsStepId**: `"create-product-variants"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# createProductsStepId
|
||||
|
||||
`Const` **createProductsStepId**: `"create-products"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# createVariantPricingLinkStepId
|
||||
|
||||
`Const` **createVariantPricingLinkStepId**: `"create-variant-pricing-link"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteCollectionsStepId
|
||||
|
||||
`Const` **deleteCollectionsStepId**: `"delete-collections"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductOptionsStepId
|
||||
|
||||
`Const` **deleteProductOptionsStepId**: `"delete-product-options"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductTagsStepId
|
||||
|
||||
`Const` **deleteProductTagsStepId**: `"delete-product-tags"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductTypesStepId
|
||||
|
||||
`Const` **deleteProductTypesStepId**: `"delete-product-types"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductVariantsStepId
|
||||
|
||||
`Const` **deleteProductVariantsStepId**: `"delete-product-variants"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductsStepId
|
||||
|
||||
`Const` **deleteProductsStepId**: `"delete-products"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# generateProductCsvStepId
|
||||
|
||||
`Const` **generateProductCsvStepId**: `"generate-product-csv"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# getAllProductsStepId
|
||||
|
||||
`Const` **getAllProductsStepId**: `"get-all-products"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# getProductsStepId
|
||||
|
||||
`Const` **getProductsStepId**: `"get-products"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# groupProductsForBatchStepId
|
||||
|
||||
`Const` **groupProductsForBatchStepId**: `"group-products-for-batch"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# parseProductCsvStepId
|
||||
|
||||
`Const` **parseProductCsvStepId**: `"parse-product-csv"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# updateCollectionsStepId
|
||||
|
||||
`Const` **updateCollectionsStepId**: `"update-collections"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# updateProductOptionsStepId
|
||||
|
||||
`Const` **updateProductOptionsStepId**: `"update-product-options"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# updateProductTagsStepId
|
||||
|
||||
`Const` **updateProductTagsStepId**: `"update-product-tags"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# updateProductTypesStepId
|
||||
|
||||
`Const` **updateProductTypesStepId**: `"update-product-types"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# updateProductVariantsStepId
|
||||
|
||||
`Const` **updateProductVariantsStepId**: `"update-product-variants"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# updateProductsStepId
|
||||
|
||||
`Const` **updateProductsStepId**: `"update-products"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# waitConfirmationProductImportStepId
|
||||
|
||||
`Const` **waitConfirmationProductImportStepId**: `"wait-confirmation-product-import"`
|
||||
+325
File diff suppressed because one or more lines are too long
+20
File diff suppressed because one or more lines are too long
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/steps/deleteProductCategoriesStep
|
||||
sidebar_label: deleteProductCategoriesStep
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductCategoriesStep - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `deleteProductCategoriesStep`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This step deletes one or more product categories.
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"string[]","type":"`string`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="deleteProductCategoriesStep"/>
|
||||
+20
File diff suppressed because one or more lines are too long
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# createProductCategoriesStepId
|
||||
|
||||
`Const` **createProductCategoriesStepId**: `"create-product-categories"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductCategoriesStepId
|
||||
|
||||
`Const` **deleteProductCategoriesStepId**: `"delete-product-categories"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# updateProductCategoriesStepId
|
||||
|
||||
`Const` **updateProductCategoriesStepId**: `"update-product-categories"`
|
||||
+24
File diff suppressed because one or more lines are too long
+20
@@ -0,0 +1,20 @@
|
||||
---
|
||||
slug: /references/medusa-workflows/deleteProductCategoriesWorkflow
|
||||
sidebar_label: deleteProductCategoriesWorkflow
|
||||
---
|
||||
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductCategoriesWorkflow - Medusa Workflows API Reference
|
||||
|
||||
This documentation provides a reference to the `deleteProductCategoriesWorkflow`. It belongs to the `@medusajs/core-flows` package.
|
||||
|
||||
This workflow deletes one or more product categories.
|
||||
|
||||
## Steps
|
||||
|
||||
<WorkflowDiagram workflow={{"name":"deleteProductCategoriesWorkflow","steps":[{"type":"step","name":"deleteProductCategoriesStep","description":"This step deletes one or more product categories.","link":"../../../../core_flows.Steps_Product_Category/page.mdx#deleteproductcategoriesstep","depth":1},{"type":"step","name":"emitEventStep","description":"Emit an event.\n\n","link":"../../../../core_flows.Steps_Common/page.mdx#emiteventstep","depth":2}]}} />
|
||||
|
||||
## Input
|
||||
|
||||
<TypeList types={[{"name":"string[]","type":"`string`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="deleteProductCategoriesWorkflow"/>
|
||||
+24
File diff suppressed because one or more lines are too long
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# createProductCategoriesWorkflowId
|
||||
|
||||
`Const` **createProductCategoriesWorkflowId**: `"create-product-categories"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# deleteProductCategoriesWorkflowId
|
||||
|
||||
`Const` **deleteProductCategoriesWorkflowId**: `"delete-product-categories"`
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# updateProductCategoriesWorkflowId
|
||||
|
||||
`Const` **updateProductCategoriesWorkflowId**: `"update-product-categories"`
|
||||
+39
File diff suppressed because one or more lines are too long
+51
File diff suppressed because one or more lines are too long
@@ -0,0 +1,8 @@
|
||||
import { TypeList, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
# Product Category
|
||||
|
||||
## Namespaces
|
||||
|
||||
- [Steps\_Product Category](../core_flows.Steps_Product_Category/page.mdx)
|
||||
- [Workflows\_Product Category](../core_flows.Workflows_Product_Category/page.mdx)
|
||||
Reference in New Issue
Block a user