Skip to main content
GET
cURL
Retrieves paginated affiliate sales (conversions) for the organization. These endpoints manage conversions (affiliate sales) attributed to your creators and ambassadors. For website conversions, call with store_platform=website (no store_id required). For Shopify conversions, use store_platform=shopify_store along with your store_id. The response includes data (array of sales), meta (pagination info), and additional_data (aggregate totals like total GMV, commission breakdown, and order counts).

Request Parameters

Request Example

With date range and status filter:

Response Example

Response Fields

Use Cases

This endpoint is useful for:
  • Conversions Dashboard: Build a real-time dashboard showing all affiliate-attributed sales
  • Data Warehouse Sync: Export conversion data to your analytics or data warehouse
  • Payout Reconciliation: Verify commission amounts before processing creator payouts
  • Creator Performance: Filter by creator_id or creator_email to analyze individual creator performance
  • Campaign Analytics: Filter by campaign_id to measure campaign-specific conversion metrics
  • Financial Reporting: Use additional_data totals for GMV and commission reporting

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1

Page number for pagination. Default is 1.

per_page
integer
default:20

Number of results per page. Default is 20. Maximum is 100.

Required range: x <= 100
start_date
string<date>

Filter sales from this date (MM/DD/YYYY format)

end_date
string<date>

Filter sales until this date (MM/DD/YYYY format)

Search by customer name or email

creator_id
integer

Filter by Growi creator/user ID

creator_email
string<email>

Filter by creator's email address

campaign_id
integer

Filter by campaign ID

order_id
string

Filter by external order ID

status
enum<string>

Filter by sale status

Available options:
paid,
due,
unpaid,
canceled,
refunded
affiliate_tag
string

Filter by affiliate tag

sub_id
string

Filter by custom source/sub-ID tag (e.g., instagram, youtube)

store_id
string

Store identifier (required for Shopify, not needed for website)

store_platform
enum<string>

Platform type: website or shopify_store

Available options:
website,
shopify_store
ambassador_program
boolean
default:false

Filter to only ambassador program sales

Response

Affiliate sales retrieved successfully

data
object[]
meta
object
additional_data
object