* generated new services reference * changed from automatic push to automated pull request * updated typedoc, regenerated JS Client reference * regenerated the reference after updating typedoc * added action for js client
98 lines
1.2 KiB
Markdown
98 lines
1.2 KiB
Markdown
---
|
|
displayed_sidebar: jsClientSidebar
|
|
---
|
|
|
|
# Enumeration: FulfillmentStatus
|
|
|
|
[internal](../modules/internal.md).FulfillmentStatus
|
|
|
|
## Enumeration Members
|
|
|
|
### CANCELED
|
|
|
|
• **CANCELED** = ``"canceled"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/order.d.ts:35
|
|
|
|
___
|
|
|
|
### FULFILLED
|
|
|
|
• **FULFILLED** = ``"fulfilled"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/order.d.ts:30
|
|
|
|
___
|
|
|
|
### NOT\_FULFILLED
|
|
|
|
• **NOT\_FULFILLED** = ``"not_fulfilled"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/order.d.ts:28
|
|
|
|
___
|
|
|
|
### PARTIALLY\_FULFILLED
|
|
|
|
• **PARTIALLY\_FULFILLED** = ``"partially_fulfilled"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/order.d.ts:29
|
|
|
|
___
|
|
|
|
### PARTIALLY\_RETURNED
|
|
|
|
• **PARTIALLY\_RETURNED** = ``"partially_returned"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/order.d.ts:33
|
|
|
|
___
|
|
|
|
### PARTIALLY\_SHIPPED
|
|
|
|
• **PARTIALLY\_SHIPPED** = ``"partially_shipped"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/order.d.ts:31
|
|
|
|
___
|
|
|
|
### REQUIRES\_ACTION
|
|
|
|
• **REQUIRES\_ACTION** = ``"requires_action"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/order.d.ts:36
|
|
|
|
___
|
|
|
|
### RETURNED
|
|
|
|
• **RETURNED** = ``"returned"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/order.d.ts:34
|
|
|
|
___
|
|
|
|
### SHIPPED
|
|
|
|
• **SHIPPED** = ``"shipped"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/order.d.ts:32
|