The SKU entity

Description

The SKU represents a service or a features set that can be offered by inTandem/partners to their users.


NameDescriptionTypeRequired
uidThe entity unique identifierstringYes
created_atTimestamp indicating when the entity was createdstring (date-time)Yes
updated_atTimestamp of the entity's most recent updatestring (date-time)Yes
typeType of the SKU. Possible values: package, app, addonstring (enum)Yes
unique_code_nameUnique code of the associated underlying SKU (e.g., app code name, package code)stringYes
display_nameThe SKU's display namestringYes

Example

{
  "uid": "bc33f12d-98ee-428f-9f65-18bba589cb95",
  "created_at": "2024-01-01T09:00:00Z",
  "updated_at": "2024-03-20T12:34:56Z",
  "type": "package",
  "code_name": "premium",
  "display_name": "Premium"
}