Create Claim

post
/claims

Create a claim.

policy_id
string
required

policy id

>= 1 characters
claim_type
string
required

claim type

>= 1 characters
Allowed values:
StolenLostInTransitDamaged
Default:
LostInTransit
Example:
LostInTransit
claim_items
array[Product]
required
>= 1 items
name
string
required

Name of the product

>= 1 characters
quantity
number
required

Quantity of the product in order

price
Amount
required
sku
string

SKU of the product item

>= 1 characters
images
array[string]

product image urls

commodity
string

Commodity of the product

Default:
miscellaneous_other
Example:
miscellaneous_other
description
string
required

Claim description

>= 1 characters
claim_amount
Amount
required
loss_date
string<date>
required

loss date of products

>= 10 characters<= 10 characters
Example:
2022-02-02
Match pattern:
^[0-9]{4}-[0-9]{2}-[0-9]{2}$
Auth
:
Body
preparing...