- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
upsertShippingOptionsStep - Medusa Core Workflows Reference
This documentation provides a reference to the upsertShippingOptionsStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step creates or updates shipping options.
Input#
UpsertShippingOptionsStepInput
UpsertShippingOptionsStepInputThe data to create or update shipping options.
UpsertShippingOptionsStepInput
UpsertShippingOptionsStepInputUpsertShippingOptionsStepInput
Omit<CreateShippingOptionsWorkflowInput | UpdateShippingOptionsWorkflowInput, "prices">[]The data to create or update shipping options.
UpsertShippingOptionsStepInput
Omit<CreateShippingOptionsWorkflowInput | UpdateShippingOptionsWorkflowInput, "prices">[]Output#
ShippingOptionDTO[]
ShippingOptionDTO[]
ShippingOptionDTO[]
ShippingOptionDTO[]ShippingOptionDTO
ShippingOptionDTOThe shipping option details.
ShippingOptionDTO
ShippingOptionDTOWas this page helpful?