docs: [11/n] generate core-flows reference (#8792)

This commit is contained in:
Shahed Nasser
2024-08-27 12:23:15 +03:00
committed by GitHub
parent c4dd82e814
commit d4aaf70667
68 changed files with 1187 additions and 0 deletions

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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)&#60;object&#62;","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"/>

View File

@@ -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)&#60;object&#62;","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"/>

View File

@@ -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"/>

View File

@@ -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.

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# batchLinkProductsToCollectionStepId
`Const` **batchLinkProductsToCollectionStepId**: `"batch-link-products-to-collection"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# createCollectionsStepId
`Const` **createCollectionsStepId**: `"create-collections"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# createProductOptionsStepId
`Const` **createProductOptionsStepId**: `"create-product-options"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# createProductTagsStepId
`Const` **createProductTagsStepId**: `"create-product-tags"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# createProductTypesStepId
`Const` **createProductTypesStepId**: `"create-product-types"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# createProductVariantsStepId
`Const` **createProductVariantsStepId**: `"create-product-variants"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# createProductsStepId
`Const` **createProductsStepId**: `"create-products"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# createVariantPricingLinkStepId
`Const` **createVariantPricingLinkStepId**: `"create-variant-pricing-link"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# deleteCollectionsStepId
`Const` **deleteCollectionsStepId**: `"delete-collections"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# deleteProductOptionsStepId
`Const` **deleteProductOptionsStepId**: `"delete-product-options"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# deleteProductTagsStepId
`Const` **deleteProductTagsStepId**: `"delete-product-tags"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# deleteProductTypesStepId
`Const` **deleteProductTypesStepId**: `"delete-product-types"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# deleteProductVariantsStepId
`Const` **deleteProductVariantsStepId**: `"delete-product-variants"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# deleteProductsStepId
`Const` **deleteProductsStepId**: `"delete-products"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# generateProductCsvStepId
`Const` **generateProductCsvStepId**: `"generate-product-csv"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# getAllProductsStepId
`Const` **getAllProductsStepId**: `"get-all-products"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# getProductsStepId
`Const` **getProductsStepId**: `"get-products"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# groupProductsForBatchStepId
`Const` **groupProductsForBatchStepId**: `"group-products-for-batch"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# parseProductCsvStepId
`Const` **parseProductCsvStepId**: `"parse-product-csv"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# updateCollectionsStepId
`Const` **updateCollectionsStepId**: `"update-collections"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# updateProductOptionsStepId
`Const` **updateProductOptionsStepId**: `"update-product-options"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# updateProductTagsStepId
`Const` **updateProductTagsStepId**: `"update-product-tags"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# updateProductTypesStepId
`Const` **updateProductTypesStepId**: `"update-product-types"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# updateProductVariantsStepId
`Const` **updateProductVariantsStepId**: `"update-product-variants"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# updateProductsStepId
`Const` **updateProductsStepId**: `"update-products"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# waitConfirmationProductImportStepId
`Const` **waitConfirmationProductImportStepId**: `"wait-confirmation-product-import"`

File diff suppressed because one or more lines are too long

View File

@@ -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"/>

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# createProductCategoriesStepId
`Const` **createProductCategoriesStepId**: `"create-product-categories"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# deleteProductCategoriesStepId
`Const` **deleteProductCategoriesStepId**: `"delete-product-categories"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# updateProductCategoriesStepId
`Const` **updateProductCategoriesStepId**: `"update-product-categories"`

View File

@@ -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"/>

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# createProductCategoriesWorkflowId
`Const` **createProductCategoriesWorkflowId**: `"create-product-categories"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# deleteProductCategoriesWorkflowId
`Const` **deleteProductCategoriesWorkflowId**: `"delete-product-categories"`

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# updateProductCategoriesWorkflowId
`Const` **updateProductCategoriesWorkflowId**: `"update-product-categories"`

View File

@@ -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)