Orders
Enum
OrderActivityCommentToEnum
| Enumeration | Description |
|---|---|
|
ORDER |
|
|
PRODUCT |
Enum
OrderActivityTypeEnum
| Enumeration | Description |
|---|---|
|
GENERAL_COMMENT |
|
|
REVIEWER_STATUS_UPDATE |
|
|
REVIEWER_STATUS_REMOVED |
|
|
REVIEW_STATUS_UPDATE |
|
|
LINE_COMMENT |
|
|
ORDER_DETAIL_UPDATE |
|
|
ORDER_LINE_UPDATE |
|
|
REVIEW_ATTACHMENTS_ADDED |
|
|
REVIEW_ATTACHMENT_REMOVED |
Enum
OrderReviewForStatusEnum
| Enumeration | Description |
|---|---|
|
SENT |
|
|
RECEIVED |
Enum
OrderReviewStatusEnum
| Enumeration | Description |
|---|---|
|
IN_PROGRESS |
|
|
COMPLETED |
|
|
CANCELLED |
Enum
OrderReviewerStatusEnum
| Enumeration | Description |
|---|---|
|
NO_REVIEW |
|
|
APPROVED |
|
|
REQUIRES_CHANGES |
|
|
DECLINED |
Enum
OrderStatusEnum
The status of the order
| Enumeration | Description |
|---|---|
|
OUTSTANDING |
This value is only used in filtering orders, this value will never be returned from an actual order. An order that is outstanding will either have the status sent or receive, with orders of sent status only if their due date has passed |
|
PENDING |
This value is only used in filtering orders, this value will never be returned from an actual order. An order that is pending will either have the status sent or receive |
|
OPEN |
An order that has not been completed |
|
SENT |
An order that has been sent |
|
RECEIVED |
An order that has been received |
|
CANCELLED |
An order that has been cancelled |
Enum
OrderTypeEnum
The type of the order
| Enumeration | Description |
|---|---|
|
ORDER |
An order that received stock from a supplier |
|
RETURN |
An order that returns stock to a supplier |
|
TRANSFER |
An order that transfers stock from an outlet to an outlet/transferee |
|
CREDIT_NOTE |
An order that is similar to a return except it doesn't modify the inventory or cost of the products |
|
RECEIVE |
An invoice that hasn't been ordered (acts in the same way as an order, but automatically moves to the sent status) |