normalizeCsvStep - Medusa Core Workflows Reference
This documentation provides a reference to the normalizeCsvStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step parses a CSV file holding products to import, returning the products as objects that can be imported.
Example#
Input#
string
string
string
stringstring
string
string
stringOutput#
WorkflowDataProperties
WorkflowDataProperties<object>
WorkflowDataProperties
WorkflowDataProperties<object>create
AdminCreateProduct[]
create
AdminCreateProduct[]update
AdminUpdateProduct & object[]
update
AdminUpdateProduct & object[]Was this page helpful?