Subscriptions API update
API
Effective November 26, 2020
The following Subscription API resources received updates:
- Descriptions updated for
SellingPlanAnchor.day
. - Added the
pricingPolicy
field toSubscriptionLine
andSubscriptionLineInput
. - Added
createdAt
andcompletedAt
DateTime
fields toSubscriptionBillingAttempt
. - Added
nextBillingDate
toSubscriptionDraftInput
allowing thenextBillingDate
to be batched with other changes. - Added the
expiresSoon
field toCustomerCreditCard
. - Removed
DELIVERY
fromSellingPlanRecurringDeliveryPolicyIntent
. - The
subscriptionDraftLineUpdate
mutation now accepts partial input. Unspecified fields retain their previous value. - Added the
customer_payment_methods/revoke
webhook. - Added the
admin_graphql_api_id
attribute tocustomer_payment_methods/*
. Manually building the resource ID is no longer required.