DeliveryItemAssignmentDto
custom_variablesobjectOptional
Custom variables for the assignment.
execute_on_gameserver_idFlakeIdOptional
override_expires_atstringOptional
Override expiry date for the delivery item.
product_idFlakeIdOptional
product_version_idFlakeIdOptional
quantityintegerOptional
Quantity of products to assign.
skip_commandsbooleanOptional
Skip command execution when assigning the item.
Example
{
"product_id": "411486491630370816",
"product_version_id": "411486491630370816",
"execute_on_gameserver_id": "411486491630370816",
"quantity": 0,
"override_expires_at": "2024-01-01T00:00:00Z",
"skip_commands": true,
"custom_variables": {}
}