Added
Edit charge offset endpoint now available
July 6th, 2026
A new Admin API endpoint is now available to update the charge offset of an existing subscription. This allows merchants to programmatically manage the number of days between a subscription's charge date and delivery date.
What's New?
The Edit charge offset endpoint enables you to update the chargeOffset for a subscription by passing the desired offset value in days.
This enhancement allows merchants to:
- Update the charge offset for an existing subscription via API.
- Align billing schedules with fulfillment or delivery requirements.
- Automate billing schedule adjustments without manual intervention.
Things to remember
- chargeOffset represents the number of days by which the subscription charge is offset from the scheduled delivery date.
- This endpoint is available under the Admin API and requires the Read subscription contracts token scope.
- This endpoint follows the global rate limit pool of 10 requests per second per domain.
Learn more about the API endpoint: Link