The Firmhouse Logo [FH]
Developer Docs

pauseSubscription

Pauses a subscription. You can optionally pass in a time at which the subscription will be resumed. All automatic charging and invoice generation and order generation is put on hold for a paused subscription. Maximum contract terms automatically shift forward on each billing cycle.

Arguments

ArgumentDescription
input (PauseSubscriptionInput!)
Parameters for PauseSubscription

PauseSubscriptionInput Arguments

ArgumentDescription
id (ID!)
ID of the subscription to pause.
pauseUntil (ISO8601DateTime)
Time from which the subscription automaticaly resumes again.

Return Fields

subscription (Subscription)