Sales Channels
Endpoints
The sales channel object
Attributes
The ID of the sales channel
The ID of the seller of the sales channel
The name of the sales channel
The status of the object, whether it is active or not
ACTIVE
INACTIVE
The type of the sales channel
POS
DISTRIBUTOR
INTERNAL_BOOKING
WEB
MARKETPLACE_APP
Optional Attributes
Collapse all{"_id": "string","sellerId": "string","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","name": "string","status": "ACTIVE","type": "POS","groupId": "string","owner": "string"}
Create a sales channel
Payload
The name of the sales channel
The status of the object, whether it is active or not
ACTIVE
INACTIVE
DISTRIBUTOR
Optional Attributes
Collapse all{"name": "string","status": "ACTIVE","type": "DISTRIBUTOR","groupId": "string","distributor": {"type": "Redeam","integrationType": "DistributionService"}}
{"_id": "string","sellerId": "string","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","name": "string","status": "ACTIVE","type": "POS","groupId": "string","owner": "string"}
Update a sales channel
Payload
The name of the sales channel
The status of the object, whether it is active or not
ACTIVE
INACTIVE
DISTRIBUTOR
Optional Attributes
Collapse all{"name": "string","status": "ACTIVE","type": "DISTRIBUTOR","groupId": "string","distributor": {"type": "Redeam","integrationType": "DistributionService"}}
{"_id": "string","sellerId": "string","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","name": "string","status": "ACTIVE","type": "POS","groupId": "string","owner": "string"}
Get a SalesChannel
Query
The ID of the seller
{"_id": "string","sellerId": "string","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","name": "string","status": "ACTIVE","type": "POS","groupId": "string","owner": "string"}
Get all sales channels
Query
Filter sales channels by status
Filter sales channels by name
Filter sales channels by type
Filter sales channnels by permissions
The ID of the seller
A limit on the number of objects to be returned. Can range between 1 and 1000.
The number of objects to skip for the requested result
{"_id": "string","sellerId": "string","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","name": "string","status": "ACTIVE","type": "POS","groupId": "string","owner": "string"}
The sales channel group object
Attributes
The name of the sales channel group
The status of the sales channel group, whether it is active or not
ACTIVE
INACTIVE
Wether channels in this group can only access some events or all
The ID of the sales channel group
The ID of the seller of the sales channel group
Optional Attributes
Collapse all{"name": "string","status": "ACTIVE","salesChannelIds": ["string"],"restrictEventAccess": true,"_id": "string","sellerId": "string","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z"}
Create a sales channel group
Payload
The name of the sales channel group
The status of the sales channel group, whether it is active or not
ACTIVE
INACTIVE
Wether channels in this group can only access some events or all
Optional Attributes
Collapse all{"name": "string","status": "ACTIVE","salesChannelIds": ["string"],"restrictEventAccess": true}
{"name": "string","status": "ACTIVE","salesChannelIds": ["string"],"restrictEventAccess": true,"_id": "string","sellerId": "string","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z"}
Update a sales channel group
Payload
The name of the sales channel group
The status of the sales channel group, whether it is active or not
ACTIVE
INACTIVE
Wether channels in this group can only access some events or all
Optional Attributes
Collapse all{"name": "string","status": "ACTIVE","salesChannelIds": ["string"],"restrictEventAccess": true}
{"name": "string","status": "ACTIVE","salesChannelIds": ["string"],"restrictEventAccess": true,"_id": "string","sellerId": "string","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z"}
Get a SalesChannelGroup
Query
{"name": "string","status": "ACTIVE","salesChannelIds": ["string"],"restrictEventAccess": true,"_id": "string","sellerId": "string","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z"}
Get all sales channel groups
Query
Filter sales channel groups by status
Filter sales channel groups by name
Whether default groups should be included
A limit on the number of objects to be returned. Can range between 1 and 1000.
The number of objects to skip for the requested result
{"name": "string","status": "ACTIVE","salesChannelIds": ["string"],"restrictEventAccess": true,"_id": "string","sellerId": "string","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z"}