Description
Edit subscription parameters.
Permission bit: "subscriptions.modify"
Topic: Subscriptions
Arguments
data: SubscriptionEdit!
Main argument for mutations.
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Unique subscription identifier. See also: Unique Identifiers
Example: "ss_EQzGqWoY"
Data Argument Fields
billing_address: SubscriptionParam
Which billing address to use
Custom billing address identifier
Valid when: billing_address_id's length doesn't exceed 250 characters
custom_billing_address: AddressCreate
Custom billing address for subscription
custom_shipping_address: AddressCreate
Custom shipping address for subscription
payment_source: SubscriptionParam
Which payment source to use
Custom shipping address identifier
Valid when: payment_source_id's length doesn't exceed 250 characters
shipping_address: SubscriptionParam
Which shipping address to use
Custom shipping address identifier
Valid when: shipping_address_id's length doesn't exceed 250 characters
Result
Preview (typescript)
Loading module