Files
medusa-store/www/apps/docs/content/references/entities/enums/ClaimReason.mdx
Shahed Nasser 1a10822cae docs: update override price selection strategy documentation (#5438)
* docs: update override price selection strategy documentation

* fix eslint errors
2023-10-20 20:17:45 +03:00

32 lines
392 B
Plaintext

---
displayed_sidebar: entitiesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# ClaimReason
## Enumeration Members
### MISSING\_ITEM
**MISSING\_ITEM** = ``"missing_item"``
___
### OTHER
**OTHER** = ``"other"``
___
### PRODUCTION\_FAILURE
**PRODUCTION\_FAILURE** = ``"production_failure"``
___
### WRONG\_ITEM
**WRONG\_ITEM** = ``"wrong_item"``