For Developers
Products Overview
A Product is a physical or digital item that you wish to license to users, classes, or schools. Products are created in the Edlink Dashboard.
Properties
Property | Type | Description |
---|---|---|
id | string | The UUID for the object. |
name | string | The name of the product. |
code | string | Your unique identifier for this product (e.g. SKU) |
picture_url | string | A URL to a picture of the product. |
description | string | A description of the product. |
state | ProductState | The state of the product. |
team_id | string | The UUID of the team that owns this product. |
JSON Example
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "Product Name",
"code": "SKU-123",
"picture_url": "https://example.com/product.jpg",
"description": "This is a product.",
"state": "active",
"team_id": "00000000-0000-0000-0000-000000000000"
}