Skip to main content

List Conversions

Retrieve all conversions (orders) for a project.
string
required
The brand/project ID
number
Page number for pagination (default: 1)
number
Number of results per page (default: 15)
Search by order code, customer email, or name
Request
cURL

Funnel attribution on conversions

List and detail responses can include a nested funnel object (id, title) only when the conversion was stored with a funnel_id — that comes from matching an internal EF click (click code / session), not from the merchant postback alone. There is no API setting to backfill funnel on postbacks without click attribution. To get funnel on affiliate sales, traffic must pass through EF-tracked links so Buygoods (or other networks) send back a subid/click EF can resolve.

Get Conversion Details

Retrieve details about a specific conversion.
string
required
The brand/project ID
string
required
The order code
Request
cURL

Export Conversions

Export conversions to CSV.
string
required
The brand/project ID
string
Start date (YYYY-MM-DD)
string
End date (YYYY-MM-DD)
string
Filter by status: completed, refunded, chargeback
Request
cURL

Refund Conversion

Process a refund for a conversion (requires admin/owner permissions).
string
required
The brand/project ID
string
required
The order code
number
Refund amount (optional, defaults to full refund)
string
Refund reason
Request
cURL