Skip to main content
GET
/
v1
/
affiliation_products
/
{id}
Retrieve
curl --request GET \
  --url https://{defaultHost}/v1/affiliation_products/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "62bfcb65-0aa1-47e3-815e-546033ccfb57",
  "object": "affiliation_product",
  "affiliation": "f908e65b-cd63-4078-82d6-7aab439e5b8e",
  "product": "cd4f7c59-38f4-4341-b0c6-a8c822165bbc",
  "commission_structure": "deea3c6f-a7a4-41c1-8c04-900339205bdb",
  "created_at": 1780335045,
  "updated_at": 1780335045
}

Documentation Index

Fetch the complete documentation index at: https://developer.surecart.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json

Success

id
string | null

The UUID of the specific object.

object
string

A string describing the object type returned.

affiliation

Expandable – The associated affiliation ID.

commission_structure

Expandable – The associated commission structure ID.

product

Expandable – The associated product ID.

created_at
integer | null

Time at which the object was created. Measured in seconds since the Unix epoch.

updated_at
integer | null

Time at which the object was last updated. Measured in seconds since the Unix epoch.