Billing
Extend free trial for a subscription item
Extends the free trial period for a specific subscription item to the specified timestamp. The subscription item must be currently in a free trial period, and the plan must support free trials. The timestamp must be in the future and not more than 365 days from the end of the current trial period This operation is idempotent - repeated requests with the same timestamp will not change the trial period.
post/billing/subscription_items/{subscription_item_id}/extend_free_trial
Path parameters
subscription_item_idstring required
The ID of the subscription item to extend the free trial for
Request body
Example request
{
"extend_to": "2026-01-08T00:00:00Z"
}Response
A commerce subscription item.