Skip to main content
POST
Create Fraud Report

Authorizations

X-Authorization
string
header
required

Path Parameters

id
integer
required

The return's unique identifier.

Body

application/json
category
enum<string> | null

The category under which the fraudulent return falls.

Available options:
package-never-received,
package-is-empty,
package-is-missing-items,
instant-return-charge-failed,
keep-item-abuse,
splitting-returns-to-avoid-restrictions,
item-is-worn,
other,
null
comment
string | null

Any additional context associated with the fraudulent return.

Maximum string length: 512
Example:

"This is a sample comment."

Response

Success

category
enum<string>
required

The category under which the fraudulent return falls.

Available options:
package-never-received,
package-is-empty,
package-is-missing-items,
instant-return-charge-failed,
keep-item-abuse,
splitting-returns-to-avoid-restrictions,
item-is-worn,
other
created_at
string<date-time>
required

The date and time at which the fraud report was created.

Example:

"2024-10-25T16:44:47.038Z"

return_id
integer
required

The return's unique identifier.

Example:

23141

id
integer
required

The fraud report's unique identifier.

Example:

87

comment
string | null

Any additional context associated with the fraudulent return. This property is required if the category is set to other.

Example:

"This is a sample comment."