Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.84 KB

File metadata and controls

46 lines (36 loc) · 1.84 KB

outdated

Models

Danger

We're sorry but this documentation section is outdated. Please have that in mind when trying to use it. You can help us making documentation up to date via Sylius Github. Thank you!

Channel

Sale channel is represented by a Channel model. It should have everything concerning channel's data and as default has the following properties:

Property Description
id Unique id of the channel
code Channel's code
name Channel's name
description Channel's description
url Channel's URL
color Channel's color
enabled Indicates whether channel is available
createdAt Date of creation
updatedAt Date of update

Note

This model implements component_channel_model_channel-interface.

For more detailed information go to Sylius API Channel.