How can I extend a data model in the Product Module?
Recipes
How do I build a marketplace with Medusa?
How do I build digital products with Medusa?
How do I build subscription-based purchases with Medusa?
What other recipes are available in the Medusa documentation?
Chat is cleared on refresh
Line break
⇧↵
ReleaseLockStepInput
The locked keys to be released
Loading...
keystring | string[]
The keys to be released
ownerIdstringOptional
The ID of the lock's owner. The lock can be released either if it doesn't have an owner,
or if its owner ID matches the one passed in this property.
providerstringOptional
The provider name to use for locking. If no provider is passed,
the default provider (in-memory or the provider configured in medusa-config.ts) will be used.