DeliveryItemProductDto
Represents the product information for a delivery item
idFlakeIdRequired
namestringRequired
The name of the product
slugstringRequired
The URL-friendly slug of the product
version_idstringRequired
The version identifier of the product
Example
{
"id": "411486491630370816",
"name": "Premium Membership",
"slug": "premium-membership",
"version_id": "v2.1.0"
}