SalesChannel
type SalesChannel {
id: ID!
name: String!
paymentGateways: [SalesChannelPaymentGateway!]
priceListId: String
stockLocations: [SalesChannelStockLocation!]
type: SalesChannelTypeEnum!
}
Fields
The sales channel name field.
paymentGateways[SalesChannelPaymentGateway!]The sales channel payment gateway field.
priceListIdStringThe sales channel priceList field.
stockLocations[SalesChannelStockLocation!]The sales channel stock locations field.