- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
validateVariantPriceLinksStep - Medusa Core Workflows Reference
This documentation provides a reference to the validateVariantPriceLinksStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step validates that the specified variants have prices. If not valid, the step throws an error.
Example#
Input#
ValidateVariantPriceLinksStepInput
ValidateVariantPriceLinksStepInputThe data to validate that the specified variants have prices.
ValidateVariantPriceLinksStepInput
ValidateVariantPriceLinksStepInputprices
object[]OptionalThe prices to validate that their specified variants have prices.
prices
object[]OptionalOutput#
Record
Record<string, string>
Record
Record<string, string>string
string
string
stringstring
string
string
stringWas this page helpful?