Skip to main content
Refund

Object schema for Klar API.

Frank Birzle avatar
Written by Frank Birzle
Updated over a week ago

id

Type: string

Description: The (technical) unique identifier of the refund. If you're re-using the same id when submitting a refund, the old version gets overwritten.

Example Value(s): '12345678' or 'ABC-12345678-XYZ'

createdAt

Type: number

Description: Unix timestamp in seconds of the time when the refund was created.

Example Value(s): 1678376546

updatedAt

Type: number

Description: Unix timestamp in seconds of the time when the refund was last updated in your system.

Example Value(s): 1678376546

lineItems

Type: [RefundedLineItems]

Description: The products that were refunded in that refund of type refundedLineItem. Empty array [] if you want to cancel the refunds.

Example Value(s): see RefundedLineItem

Did this answer your question?