Files
medusa-store/docs/content/references/js-client/enums/internal.SwapFulfillmentStatus.md
Shahed Nasser 8ca9354c50 docs: updated js client reference (#2414)
* docs: updated js client reference

* docs: fixed link
2022-10-11 16:32:41 +03:00

68 lines
851 B
Markdown

---
displayed_sidebar: jsClientSidebar
---
# Enumeration: SwapFulfillmentStatus
[internal](../modules/internal.md).SwapFulfillmentStatus
## Enumeration Members
### CANCELED
**CANCELED** = ``"canceled"``
#### Defined in
medusa/dist/models/swap.d.ts:15
___
### FULFILLED
• **FULFILLED** = ``"fulfilled"``
#### Defined in
medusa/dist/models/swap.d.ts:12
___
### NOT\_FULFILLED
• **NOT\_FULFILLED** = ``"not_fulfilled"``
#### Defined in
medusa/dist/models/swap.d.ts:11
___
### PARTIALLY\_SHIPPED
• **PARTIALLY\_SHIPPED** = ``"partially_shipped"``
#### Defined in
medusa/dist/models/swap.d.ts:14
___
### REQUIRES\_ACTION
• **REQUIRES\_ACTION** = ``"requires_action"``
#### Defined in
medusa/dist/models/swap.d.ts:16
___
### SHIPPED
• **SHIPPED** = ``"shipped"``
#### Defined in
medusa/dist/models/swap.d.ts:13