Skip to content

Products

briansemify edited this page Oct 24, 2025 · 7 revisions

Products / Service Plan Attachment

Attach service plans (products) to accounts or campaigns.

Available Product Plans

Product Name Product ID
SEO Grow 3012
SEO Leap 3022
SEO Soar 3032

Typical workflow

  1. Retrieve available service plans: GET /api/v1/products/plans/campaigns/{campaign_id}/accounts/{account_id}
  2. Attach service plan to campaign: POST /api/v1/products/plans/campaigns
  3. 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 attributes or external_* fields for reconciliation.

Clone this wiki locally