RequestTypeEnum
This enumerated type allows a user to differentiate between a return request and a return request draft.
Type that uses RequestTypeEnum:
Calls that use one or more values of RequestTypeEnum:
/post-order/v2/return POST, /post-order/v2/return/draft POST, /post-order/v2/return/draft/{draftId} GET
Enumeration Values
Value | Description |
CREATE | Indicates the request is for a return request draft. |
REQUEST | Indicates the request is for a return request. |
UNKNOWN | Indicates that it's undetermined if the request is for a return request or a return request draft. |