---
title: >-
  Selling plans can now specify a fixed cutoff day for a delivery policy -
  Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/selling-plans-can-now-specify-a-fixed-cutoff-day-for-a-delivery-policy
  md: >-
    https://shopify.dev/changelog/selling-plans-can-now-specify-a-fixed-cutoff-day-for-a-delivery-policy.md
metadata:
  effectiveApiVersion: 2022-07
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2022-06-17T15:25:38-04:00'
  postedAt: '2022-06-17T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:34-05:00'
  effectiveAt: '2022-06-17T00:00:00-04:00'
---

June 17, 2022

Tags:

* API
* 2022-07

# Selling plans can now specify a fixed cutoff day for a delivery policy

As of GraphQL Admin API version 2022-07, the [`SellingPlanAnchorInput`](https://shopify.dev/api/admin-graphql/2022-04/input-objects/SellingPlanAnchorInput) type has an additional optional field.

`cutoff_day` represents a fixed cutoff day for each anchor, to be used for monthly and weekly selling plans. Use this method if the cutoff should land on the same day each month.

You can also specify a cutoff using the `cutoff` field of the [SellingPlanRecurringDeliveryPolicyInput](https://shopify.dev/api/admin-graphql/2022-04/input-objects/SellingPlanRecurringDeliveryPolicyInput#field-sellingplanrecurringdeliverypolicyinput-anchors) type, which represents a duration. Using `cutoff`, the exact cutoff day could be different based on the number of days in the month.
