Loading...
Was this page helpful?
This documentation provides a reference to the createShippingProfilesWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow creates one or more shipping profiles. It's used by the Create Shipping Profile Admin API Route.
You can use this workflow within your own customizations or custom workflows, allowing you to create shipping profiles within your custom flows.
Source CodeWorkflow hook
Step conditioned by when
View step details
CreateShippingProfilesWorkflowInput
CreateShippingProfilesWorkflowInputdata
CreateShippingProfile[]CreateShippingProfilesWorkflowOutput
CreateShippingProfilesWorkflowOutputid
stringname
stringtype
stringmetadata
null | Record<string, unknown>shipping_options
ShippingOptionDTO[]created_at
Dateupdated_at
Datedeleted_at
null | Date