[2026-07-17] v2#
Added#
[Affiliate] Get connected customer list
Added a new endpoint to get the list of customers connected to affiliates of the store.
Endpoint: GET /api/v2/connected-customers
Impact: Minor (new endpoint, no breaking changes)
[Affiliate] Delete a customer connection
Added a new endpoint to delete a customer connection (disconnect a customer from an affiliate) by affiliate_id and customer_id.
Endpoint: DELETE /api/v2/connected-customers
Impact: Minor (new endpoint, no breaking changes)
[2026-07-06] v2#
Change#
[Payment] Get paid/unpaid payments + Get payment by ID + Payment.paid webhook
Endpoint: GET /v2/payments/unpaid, GET /v2/payments/paid, GET /v2/payments/{id}, and the payment.paid webhook
Impact: Minor (new optional fields added to existing endpoints & webhook, no breaking changes)
[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-07-17 10:23:43