Contract identifiers
The API base URL ishttps://subscriptions-app-new.getappfox.com.
The contractId parameter can be either:
- The numeric Shopify contract ID (e.g.,
123456789) - The full Shopify GID (e.g.,
gid://shopify/SubscriptionContract/123456789)
/api/v1/subscription-contracts. Do not use /api/external/contracts.
Search contracts
For example, find a customer’s active contracts:
Response (200 OK)
Get a contract
Manage a contract
Pause a subscription
Pause a subscription for up to 60 days. TheresumeAt field is required and must be a future ISO-8601 timestamp. The contract auto-resumes at that time via the billing cron.
resumeAtis required on pauseresumeAtmust be a future timestamp- Maximum pause duration is 60 days from the request time

