-
Notifications
You must be signed in to change notification settings - Fork 0
Products
briansemify edited this page Oct 24, 2025
·
7 revisions
Attach service plans (products) to accounts or campaigns.
| Product Name | Product ID |
|---|---|
| SEO Grow | 3012 |
| SEO Leap | 3022 |
| SEO Soar | 3032 |
Typical workflow
- Retrieve available service plans: GET /api/v1/products/plans/campaigns/{campaign_id}/accounts/{account_id}
- Attach service plan to campaign: POST /api/v1/products/plans/campaigns
- Confirm service plan is active on campaign.
Fields to include
- account_id (integer): Account ID to attach the service plan to
- campaign_id (integer): Campaign ID to attach the service plan to
- service_plan_id (integer): Service plan ID (e.g., 3012, 3022, 3032)
Recommendations
- Validate product availability for your reseller account.
- Record billing identifiers in
attributesorexternal_*fields for reconciliation.