[2026-03-04] v2#
Change#
[Affiliate] Get list affiliates
Added 2 new fields w9_form, internal_note
Endpoint: GET /api/v2/affiliates
Impact: Minor (new optional fields added to existing endpoints, no breaking changes)
[Affiliate] Get affiliate by ID
Added 2 new fields w9_form, internal_note
Endpoint: GET /api/v2/affiliates/{id}
Impact: Minor (new optional fields added to existing endpoints, no breaking changes)
[Affiliate] Create an affiliate
Added new fields internal_note
Endpoint: POST /api/v2/affiliates
Impact: Minor (new optional fields added to existing endpoints, no breaking changes)
[2026-02-23] v2#
Added#
[Program] Get list programs
Added a new endpoint to get list programs.
Endpoint: GET /api/v2/programs
Impact: Minor (new endpoint, no breaking changes)
[Program] Get program by ID
Added a new endpoint to get program details by ID.
Endpoint: GET /api/v2/programs/{id}/
Impact: Minor (new endpoint, no breaking changes)
[Program] Get excluded products/collections
Added a new endpoint to get list excluded products/collections of a program by ID.
Endpoint: GET /api/v2/referral/{id}/excluded
Impact: Minor (new endpoint, no breaking changes)
[2026-02-10] v2#
Added#
[Affiliate] Add website, tiktok, and personal_detail fields
website (string, max 300 chars)
tiktok (string, max 60 chars)
personal_detail (string, max 1000 chars)
Impact: Minor (new optional fields added to existing endpoints, no breaking changes)
[2026-02-02] v2#
Change#
[Affiliate] create an affiliate
Added a new option status: pending to API: create an affiliate.
Endpoint: POST /api/v2/affiliates
Impact: Minor (no breaking changes)
[2026-01-28] v2#
Added#
[Referral] Approve / Deny referral
Added a new endpoint to update the status of a referral (review referral) by ID.
Endpoint: POST /api/v2/referral/{id}/status
Impact: Minor (new endpoint, no breaking changes)
Modified at 2026-03-04 06:55:45