1/27/2026, 12:00:57 AM
The schema now exposes the fulfillmentOrderReportProgress mutation, allowing fulfillment services to mark an order as in‑progress or report progress, along with optional notes via the new FulfillmentOrderReportProgressInput. The mutation returns the updated FulfillmentOrder and a list of FulfillmentOrderReportProgressUserError objects, covering status and ownership validation errors. Two new FulfillmentOrderAction enum values—REPORT_PROGRESS and MARK_AS_IN_PROGRESS—enable finer‑grained action control. Webhook topics FULFILLMENT_ORDERS_PROGRESS_REPORTED and FULFILLMENT_ORDERS_MANUALLY_REPORTED_PROGRESS_STOPPED are added for real‑time progress notifications. A new enum SubscriptionBillingAttemptPaymentProcessingPolicy introduces two payment options, and the arguments paymentProcessingPolicy are added to both subscriptionBillingCycleBulkCharge and subscriptionBillingCycleCharge mutations for explicit payment‑handling behavior. Developers should update request payloads to include the new args where needed and handle the expanded error codes in their fulfillment logic.
Reports the progress of an open or in-progress fulfillment order.
Asynchronously queries and charges all subscription billing cycles whose billingAttemptExpectedDate values fall within a specified date range and meet additional filtering criteria. The results of this action can be retrieved using the subscriptionBillingCycleBulkResults query.
Creates a new subscription billing attempt for a specified billing cycle. This is the alternative mutation for subscriptionBillingAttemptCreate. For more information, refer to Create a subscription contract.
The input fields for the progress report for the fulfillment order.
Return type for fulfillmentOrderReportProgress mutation.
An error that occurs during the execution of FulfillmentOrderReportProgress.
Possible error codes that can be returned by FulfillmentOrderReportProgressUserError.
The payment processing policy for a billing attempt.
REPORT_PROGRESSMARK_AS_IN_PROGRESSFULFILLMENT_ORDERS_PROGRESS_REPORTEDFULFILLMENT_ORDERS_MANUALLY_REPORTED_PROGRESS_STOPPED