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

PropertyTypeDescription
idstringThe UUID for the object.
namestringThe name of the product.
codestringYour unique identifier for this product (e.g. SKU)
picture_urlstringA URL to a picture of the product.
descriptionstringA description of the product.
stateProductStateThe state of the product.
team_idstringThe 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"
}