On this pageOrderSalesChanneltype OrderSalesChannel { id: String! name: String type: Float}CopyFieldsidString!requiredIt is the sales channel id where the order was created.nameStringIt is the sales channel name where the order was created.typeFloatIt is the sales channel type where the order was created.