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 products: GET /api/v2/products
  2. Attach product to account/campaign:
    • POST /api/v2/accounts/{account_id}/products or other relevant endpoint
  3. Confirm product is active on account.

Fields to include

  • product_id, start_date, billing_interval, custom_plan_fields (if supported)

Recommendations

  • Validate product availability for your reseller account.
  • Record billing identifiers in attributes or external_* fields for reconciliation.

Clone this wiki locally