Update a warranty registration

patch
/warranty-registrations/{warranty_registration_id}

Updates a warranty registration. Benefit counters must remain greater than or equal to the quantities already consumed by existing warranty claims.

warranty_registration_id
string
required

The unique identifier of the warranty registration.

Examples:
4b8d1f2a7c3e4a6d9b2f5c1e8d7a4f30
plan_name
string

The plan name shown to merchants and shoppers.

expired_at
string<date-time> or null

The date and time, formatted in ISO 8601, when the warranty registration expires. Null means the plan does not expire.

Example:
2024-09-27T10:45:30Z
benefits
object

The corrected benefit totals. Each total value must be greater than or equal to the quantity already consumed.

repair_item
object

The corrected repair item benefit.

send_repair_kit
object

The corrected repair kit benefit.

replace_item
object

The corrected replacement benefit.

Auth
:
Parameters
:
Body
preparing...