Orders - Models - Channel
Key | Type | Example Value | Description |
---|---|---|---|
slug | string | `uber_eats` | order channel slug |
name | string | `Uber Eats` | order channel name |
logo_cloudinary_url | string | `1183721155` | order channel logo URL |
Example Channel
{
"channel": {
"slug": "uber_eats",
"name": "Uber Eats",
"logo_cloudinary_url": "https://res.cloudinary.com/captain-ai/image/upload/v1655985610/kds-assets/generic.png"
}
}