docs: added reference for JS Client (#1629)
* added reference for JS Client * added reference for JS Client * added reference for JS Client
This commit is contained in:
@@ -0,0 +1,97 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Enumeration: FulfillmentStatus
|
||||
|
||||
[internal](../modules/internal.md).FulfillmentStatus
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = `"canceled"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/order.d.ts:34
|
||||
|
||||
___
|
||||
|
||||
### FULFILLED
|
||||
|
||||
• **FULFILLED** = `"fulfilled"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/order.d.ts:29
|
||||
|
||||
___
|
||||
|
||||
### NOT\_FULFILLED
|
||||
|
||||
• **NOT\_FULFILLED** = `"not_fulfilled"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/order.d.ts:27
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_FULFILLED
|
||||
|
||||
• **PARTIALLY\_FULFILLED** = `"partially_fulfilled"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/order.d.ts:28
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_RETURNED
|
||||
|
||||
• **PARTIALLY\_RETURNED** = `"partially_returned"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/order.d.ts:32
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_SHIPPED
|
||||
|
||||
• **PARTIALLY\_SHIPPED** = `"partially_shipped"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/order.d.ts:30
|
||||
|
||||
___
|
||||
|
||||
### REQUIRES\_ACTION
|
||||
|
||||
• **REQUIRES\_ACTION** = `"requires_action"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/order.d.ts:35
|
||||
|
||||
___
|
||||
|
||||
### RETURNED
|
||||
|
||||
• **RETURNED** = `"returned"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/order.d.ts:33
|
||||
|
||||
___
|
||||
|
||||
### SHIPPED
|
||||
|
||||
• **SHIPPED** = `"shipped"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/order.d.ts:31
|
||||
Reference in New Issue
Block a user