SubscriptionCyclePriceAdjustment object

Represents a Subscription Line Pricing Cycle Adjustment.

Required access

Requires either all_subscription_contracts or own_subscription_contracts scope.

On this page

Fields

  • adjustmentType ([SellingPlanPricingPolicyAdjustmentType!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanpricingpolicyadjustmenttype))
    Price adjustment type.
  • adjustmentValue ([SellingPlanPricingPolicyAdjustmentValue!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanpricingpolicyadjustmentvalue))
    Price adjustment value.
  • afterCycle ([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    The number of cycles required before this pricing policy applies.
  • computedPrice ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    The computed price after the adjustments applied.

Types that return SubscriptionCyclePriceAdjustment

  • [SubscriptionPricingPolicy.cycleDiscounts](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionpricingpolicy#cyclediscounts-2021-01)