Create Claim
Claims
Create Online Claim
POST
Create Claim
Shipping and Warranty claims for orders that were made on your online store.Documentation Index
Fetch the complete documentation index at: https://docs.orderprotection.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Example:
"claim@example.com"
The sales channel for the claim
Available options:
ONLINE, IN_STORE Example:
"ONLINE"
The category of the claim
Available options:
SHIPPING, WARRANTY Example:
"SHIPPING"
Example:
[
{
"sourceFulfillmentId": "123456",
"issues": [
{
"issueType": "DAMAGED",
"quantity": 1,
"sourceProductId": "product_123",
"sourceVariantId": "variant_123",
"sourceItemId": "item_123",
"details": "The seal on the product showed up broken. There was powder all over the box.",
"images": [
"https://cdn.orderprotection.com/claim/bad-product.jpg"
]
}
]
}
]Indicates where the claim was filed from
Available options:
EXTERNAL, INTERNAL Example:
"EXTERNAL"
Additional options for claim creation
Response
Example:
"ok"

