FilePurposeEnum
This token type contains the list of purposes for which a file is uploaded and attached to a return request or draft.
Type that uses FilePurposeEnum:
Calls that use one or more values of FilePurposeEnum:
/post-order/v2/return POST, /post-order/v2/return/draft/{draftId}/files GET, /post-order/v2/return/{returnId} GET, /post-order/v2/return/{returnId}/files GET
Enumeration Values
Value | Description |
ITEM_RELATED | Indicates the file is intended to provide more information about the condition of the item. |
LABEL_RELATED | Indicates the file is intended to provide more information about shipment tracking or the shipping label. |
REFUND_RELATED | Indicates the file is related to a refund request. |
UNKNOWN | Indicates the intention of the file is unknown. |