Skip to main content

SalesChannel

type SalesChannel {
id: ID!
name: String!
paymentGateways: [SalesChannelPaymentGateway!]
priceListId: String
stockLocations: [SalesChannelStockLocation!]
type: SalesChannelTypeEnum!
}

Fields

idID!required
nameString!required

The sales channel name field.

The sales channel payment gateway field.

priceListIdString

The sales channel priceList field.

The sales channel stock locations field.