14 lines
316 B
YAML
14 lines
316 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: The ID of the deleted sales channel
|
|
object:
|
|
type: string
|
|
description: The type of the object that was deleted.
|
|
default: sales-channel
|
|
deleted:
|
|
type: boolean
|
|
description: Whether or not the items were deleted.
|
|
default: true
|