Create Offline Claim
Claims
Create Offline Claim
Create a claim for an in-store or offline purchase (e.g., warranty claims)
POST
Create Offline Claim
Warranty claims for orders that were made through an alternative sales channel not through 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.
Body
application/json
The store identifier
Example:
"store_123"
Customer signature image URL (can be empty string)
Example:
"https://example.com/signature.png"
The sales channel for the claim
Available options:
ONLINE, IN_STORE Example:
"IN_STORE"
The category of the claim
Available options:
SHIPPING, WARRANTY Example:
"WARRANTY"
The type of issue being claimed
Available options:
STOLEN, DAMAGED, ORDER_DELIVERED_NOT_RECEIVED, DEFECTIVE_ITEM, WRONG_ITEM, MISSING_ITEM, RETURNED_TO_SENDER, MULTIPLE, TRACKING_NOT_MOVING, WRONG_ADDRESS Example:
"DEFECTIVE_ITEM"
The requested resolution method
Available options:
RESHIP, REFUND, STORE_CREDIT Example:
"REFUND"
Indicates where the claim was filed from
Available options:
EXTERNAL, INTERNAL Example:
"EXTERNAL"
Additional options for claim creation

