On this pageSalesChannelInputtype SalesChannelInput { name: String priceListId: String stockLocations: [SalesChannelStockLocationInput!]!}CopyFieldsnameStringThe sales channel name field.priceListIdStringThe sales channel priceList field.stockLocations[SalesChannelStockLocationInput!]!requiredThe sales channel stock locations field.