Skip to main content

OrderSalesChannel

type OrderSalesChannel {
id: String!
name: String
type: Float
}

Fields

idString!required

It is the sales channel id where the order was created.

nameString

It is the sales channel name where the order was created.

typeFloat

It is the sales channel type where the order was created.